Uses of Class
com.itextpdf.layout.element.Div
Package
Description
-
Uses of Div in com.itextpdf.forms.form.element
Modifier and TypeMethodDescriptionSignatureFieldAppearance.setContent
(Div data) Sets the content for this signature. -
Uses of Div in com.itextpdf.layout.element
Modifier and TypeClassDescriptionclass
A list item is a layout element that is one entry in aList
.class
represents a container of the column objects.Modifier and TypeMethodDescriptionAdds an area break to the div's contents.Div.add
(IBlockElement element) Adds any block element to the div's contents.Adds an image to the div's contents.Table.getCaption()
Gets the table's caption.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.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.Modifier and TypeMethodDescriptionTable.setCaption
(Div caption) Sets the table's caption.Table.setCaption
(Div caption, CaptionSide side) Sets the table's caption and its caption side. -
Uses of Div in com.itextpdf.layout.renderer
ModifierConstructorDescriptionDivRenderer
(Div modelElement) Creates a DivRenderer from its corresponding layout object.FlexContainerRenderer
(Div modelElement) Creates a FlexContainerRenderer from its corresponding layout object.