| Package | Description | 
|---|---|
| com.itextpdf.layout | |
| com.itextpdf.layout.element | 
| Modifier and Type | Method and Description | 
|---|---|
| Document | Document. add(IBlockElement element) | 
| T | RootElement. add(IBlockElement element)
             Adds an element to the root. 
            | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BlockElement
             A  BlockElementwill try to take up as much horizontal space as available to it on the canvas or page. | 
| class  | Cell | 
| class  | Div
             A  Divis a container object that defines a section in a document, which will have some shared layout properties. | 
| class  | LineSeparator
             This is a line separator element which is basically just a horizontal line with a style specified by  ILineDrawercustom drawing interface instance. | 
| class  | List
             A List is a layout element representing a series of objects that are vertically outlined with the same or very similar layout properties, giving it a sense of unity. 
            | 
| class  | ListItem
             A list item is a layout element that is one entry in a  List. | 
| class  | Paragraph
             A layout element that represents a self-contained block of textual and graphical information. 
            | 
| class  | Table
             A  Tableis a layout element that represents data in a two-dimensional grid. | 
| Modifier and Type | Method and Description | 
|---|---|
| Cell | Cell. add(IBlockElement element)
             Adds any block element to the cell's contents. 
            | 
| Div | Div. add(IBlockElement element)
             Adds any block element to the div's contents. 
            | 
| Paragraph | Paragraph. add(IBlockElement element) | 
Copyright © 1998–2019 iText Group NV. All rights reserved.