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)
Defines whether the Div should occupy all the space left in the available area in case it is the last element in this area.
|
Div |
Div.setFillAvailableAreaOnSplit(boolean fillAreaOnSplit)
Defines whether the Div should occupy all the space left in the available area in case the area has been split and it is the last element in the split part of this area.
|
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.
|
FlexContainerRenderer(Div modelElement)
Creates a FlexContainerRenderer from its corresponding layout object.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.