| Package | Description | 
|---|---|
| com.itextpdf.layout.element | |
| com.itextpdf.layout.renderer | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ListItem
             A list item is a layout element that is one entry in a  List. | 
| Modifier and Type | Method and Description | 
|---|---|
| Div | Div. add(AreaBreak areaBreak)
             Adds an area break to the div's contents. 
            | 
| Div | Div. add(IBlockElement element)
             Adds any block element to the div's contents. 
            | 
| Div | Div. add(Image element)
             Adds an image to the div's contents. 
            | 
| Div | Table. getCaption()
             Gets the table's caption. 
            | 
| Div | Div. setFillAvailableArea(boolean fillArea) | 
| Div | Div. setFillAvailableAreaOnSplit(boolean fillAreaOnSplit) | 
| Modifier and Type | Method and Description | 
|---|---|
| Table | Table. setCaption(Div caption)
             Sets the table's caption. 
            | 
| Table | Table. setCaption(Div caption, CaptionSide side)
             Sets the table's caption and its caption side. 
            | 
| Constructor and Description | 
|---|
| DivRenderer(Div modelElement)
             Creates a DivRenderer from its corresponding layout object. 
            | 
Copyright © 1998–2019 iText Group NV. All rights reserved.