| Package | Description |
|---|---|
| com.itextpdf.layout.element |
| Modifier and Type | Class and Description |
|---|---|
class |
Cell
|
class |
Div
A
Div is a container object that defines a section in a document,
which will have some shared layout properties. |
class |
LineSeparator
This is a line separator element which is basically just a horizontal line with
a style specified by
ILineDrawer 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 a
List. |
class |
Paragraph
A layout element that represents a self-contained block of textual and
graphical information.
|
class |
Table
A
Table is a layout element that represents data in a two-dimensional
grid. |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
Table.addCell(BlockElement<T> blockElement)
Adds a new cell with received blockElement as a content.
|
<T extends IElement> |
Table.addFooterCell(BlockElement<T> blockElement)
Adds a new cell with received blockElement as a content to the footer of the table.
|
<T extends IElement> |
Table.addHeaderCell(BlockElement<T> blockElement)
Adds a new cell with received blockElement as a content to the header of the table.
|
Copyright © 1998–2020 iText Group NV. All rights reserved.