Package | Description |
---|---|
com.itextpdf.layout.element | |
com.itextpdf.layout.renderer |
Modifier and Type | Method and Description |
---|---|
Cell |
Cell.add(IBlockElement element)
Adds any block element to the cell's contents.
|
Cell |
Cell.add(Image element)
Adds an image to the cell's contents.
|
Cell |
Cell.add(String content)
Directly adds a String of text to this cell.
|
Cell |
Cell.clone(boolean includeContent)
Clones a cell with its position, properties, and optionally its contents.
|
Cell |
Table.getCell(int row, int column)
Returns a cell as specified by its location.
|
protected Cell |
Cell.updateCellIndexes(int row, int col, int numberOfColumns) |
Modifier and Type | Method and Description |
---|---|
Table |
Table.addCell(Cell cell)
Adds a new cell to the table.
|
Table |
Table.addFooterCell(Cell footerCell)
Adds a new cell to the footer of the table.
|
Table |
Table.addHeaderCell(Cell headerCell)
Adds a new cell to the header of the table.
|
Modifier and Type | Method and Description |
---|---|
Cell |
CellRenderer.getModelElement()
Gets the model element associated with this renderer.
|
Constructor and Description |
---|
CellRenderer(Cell modelElement)
Creates a CellRenderer from its corresponding layout object.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.