| Package | Description |
|---|---|
| com.aowagie.text | |
| com.aowagie.text.factories |
| Modifier and Type | Method and Description |
|---|---|
Cell |
Table.getDefaultCell()
Gets the default layout of the Table.
|
Cell |
Table.getDefaultLayout()
Deprecated.
As of iText 2.0.7, replaced by
Table.getDefaultCell(),
scheduled for removal at 2.2.0 |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addCell(Cell cell)
Adds a
Cell to the Table. |
void |
Table.setDefaultCell(Cell value)
Sets the default layout of the Table to
the provided Cell
|
void |
Table.setDefaultLayout(Cell value)
Deprecated.
As of iText 2.0.7, replaced by
Table.setDefaultCell(Cell),
scheduled for removal at 2.2.0 |
| Modifier and Type | Method and Description |
|---|---|
static Cell |
ElementFactory.getCell(Properties attributes)
Creates a Cell object based on a list of properties.
|
Copyright © 2021. All rights reserved.