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 |
---|---|
|
Table.addCell(BlockElement
Adds a new cell with received blockElement as a content.
|
|
Table.addFooterCell(BlockElement
Adds a new cell with received blockElement as a content to the footer of the table.
|
|
Table.addHeaderCell(BlockElement
Adds a new cell with received blockElement as a content to the header of the table.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.