| Package | Description |
|---|---|
| com.lowagie.text | |
| com.lowagie.text.factories | |
| com.lowagie.text.pdf |
| Modifier and Type | Method and Description |
|---|---|
Cell |
SimpleCell.createCell(SimpleCell rowAttributes)
Creates a Cell with these attributes.
|
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.addCell(Cell aCell,
int row,
int column)
Adds a
Cell to the Table at a certain row and column. |
void |
Table.addCell(Cell aCell,
Point aLocation)
Adds a
Cell to the Table at a certain location. |
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.
|
| Constructor and Description |
|---|
PdfCell(Cell cell,
int rownumber,
float left,
float right,
float top,
float cellspacing,
float cellpadding)
Constructs a
PdfCell-object. |
Copyright © 2019. All rights reserved.