Uses of Class
com.itextpdf.layout.element.Div
-
Packages that use Div Package Description com.itextpdf.forms.form.element com.itextpdf.layout.element com.itextpdf.layout.renderer -
-
Uses of Div in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element with parameters of type Div Modifier and Type Method Description SignatureFieldAppearance
SignatureFieldAppearance. setContent(Div data)
Sets the content for this signature. -
Uses of Div in com.itextpdf.layout.element
Subclasses of Div in com.itextpdf.layout.element Modifier and Type Class Description (package private) class
FlexContainer
AFlexContainer
represents a container of the flex objects.class
GridContainer
AGridContainer
represents a container of the css grid object.class
ListItem
A list item is a layout element that is one entry in aList
.class
MulticolContainer
represents a container of the column objects.Fields in com.itextpdf.layout.element declared as Div Modifier and Type Field Description private Div
Table. caption
Methods in com.itextpdf.layout.element that return Div Modifier and Type Method 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 theDiv
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 theDiv
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.Methods in com.itextpdf.layout.element with parameters of type Div Modifier and Type Method 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. -
Uses of Div in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type Div Modifier and Type Method Description private void
TableRenderer. initializeCaptionRenderer(Div caption)
Constructors in com.itextpdf.layout.renderer with parameters of type Div Constructor Description DivRenderer(Div modelElement)
Creates a DivRenderer from its corresponding layout object.FlexContainerRenderer(Div modelElement)
Creates a FlexContainerRenderer from its corresponding layout object.
-