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 SignatureFieldAppearanceSignatureFieldAppearance. 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) classFlexContainerAFlexContainerrepresents a container of the flex objects.classGridContainerAGridContainerrepresents a container of the css grid object.classListItemA list item is a layout element that is one entry in aList.classMulticolContainerrepresents a container of the column objects.Fields in com.itextpdf.layout.element declared as Div Modifier and Type Field Description private DivTable. captionMethods in com.itextpdf.layout.element that return Div Modifier and Type Method Description DivDiv. add(AreaBreak areaBreak)Adds an area break to the div's contents.DivDiv. add(IBlockElement element)Adds any block element to the div's contents.DivDiv. add(Image element)Adds an image to the div's contents.DivTable. getCaption()Gets the table's caption.DivDiv. setFillAvailableArea(boolean fillArea)Defines whether theDivshould occupy all the space left in the available area in case it is the last element in this area.DivDiv. setFillAvailableAreaOnSplit(boolean fillAreaOnSplit)Defines whether theDivshould 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 TableTable. setCaption(Div caption)Sets the table's caption.TableTable. 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 voidTableRenderer. 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.
-