| 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. 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. 
            | 
| Constructor and Description | 
|---|
| CellRenderer(Cell modelElement)
             Creates a CellRenderer from its corresponding layout object. 
            | 
Copyright © 1998–2019 iText Group NV. All rights reserved.