Uses of Class
com.itextpdf.layout.element.BlockElement
Packages that use BlockElement
-
Uses of BlockElement in com.itextpdf.layout.element
Subclasses of BlockElement in com.itextpdf.layout.elementModifier and TypeClassDescriptionclass
class
ADiv
is a container object that defines a section in a document, which will have some shared layout properties.class
AGridContainer
represents a container of the css grid object.class
This is a line separator element which is basically just a horizontal line with a style specified byILineDrawer
custom drawing interface instance.class
A List is a layout element representing a series of objects that are vertically outlined with the same or very similar layout properties, giving it a sense of unity.class
A list item is a layout element that is one entry in aList
.class
represents a container of the column objects.class
A layout element that represents a self-contained block of textual and graphical information.class
ATable
is a layout element that represents data in a two-dimensional grid.Methods in com.itextpdf.layout.element with parameters of type BlockElementModifier and TypeMethodDescriptionIElement>
TableTable.addCell
(BlockElement blockElement) Adds a new cell with received blockElement as a content.IElement>
TableTable.addFooterCell
(BlockElement blockElement) Adds a new cell with received blockElement as a content to the footer of the table.IElement>
TableTable.addHeaderCell
(BlockElement blockElement) Adds a new cell with received blockElement as a content to the header of the table.