| Package | Description |
|---|---|
| com.itextpdf.layout | |
| com.itextpdf.layout.element |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
Document.add(BlockElement<T> element) |
<T2 extends IElement> |
RootElement.add(BlockElement<T2> element)
Adds an element to the root.
|
| 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
grpahical 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> |
Div.add(BlockElement<T> element)
Adds any block element to the div's contents.
|
<T extends IElement> |
Cell.add(BlockElement<T> element)
Adds any block element to the cell's contents.
|
<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–2016 iText Group NV. All rights reserved.