Uses of Class
com.itextpdf.layout.element.BlockElement
-
Packages that use BlockElement Package Description com.itextpdf.layout.element -
-
Uses of BlockElement in com.itextpdf.layout.element
Subclasses of BlockElement in com.itextpdf.layout.element Modifier and Type Class Description class
Cell
class
Div
ADiv
is a container object that defines a section in a document, which will have some shared layout properties.(package private) class
FlexContainer
AFlexContainer
represents a container of the flex objects.class
GridContainer
AGridContainer
represents a container of the css grid object.class
LineSeparator
This is a line separator element which is basically just a horizontal line with a style specified byILineDrawer
custom drawing interface instance.class
List
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
ListItem
A list item is a layout element that is one entry in aList
.class
MulticolContainer
represents a container of the column objects.class
Paragraph
A layout element that represents a self-contained block of textual and graphical information.class
Table
ATable
is a layout element that represents data in a two-dimensional grid.Methods in com.itextpdf.layout.element with parameters of type BlockElement Modifier and Type Method Description <T extends IElement>
TableTable. addCell(BlockElement<T> blockElement)
Adds a new cell with received blockElement as a content.<T extends IElement>
TableTable. addFooterCell(BlockElement<T> blockElement)
Adds a new cell with received blockElement as a content to the footer of the table.<T extends IElement>
TableTable. addHeaderCell(BlockElement<T> blockElement)
Adds a new cell with received blockElement as a content to the header of the table.
-