Uses of Class
com.itextpdf.layout.element.Cell
-
Uses of Cell in com.itextpdf.layout.element
Modifier and TypeMethodDescriptionCell.add
(IBlockElement element) Adds any block element to the cell's contents.Adds an image to the cell's contents.Cell.clone
(boolean includeContent) Clones a cell with its position, properties, and optionally its contents.Table.getCell
(int row, int column) Returns a cell as specified by its location.protected Cell
Cell.updateCellIndexes
(int row, int col, int numberOfColumns) Updates cell indexes.Modifier and TypeMethodDescriptionAdds a new cell to the table.Table.addFooterCell
(Cell footerCell) Adds a new cell to the footer of the table.Table.addHeaderCell
(Cell headerCell) Adds a new cell to the header of the table. -
Uses of Cell in com.itextpdf.layout.renderer
ModifierConstructorDescriptionCellRenderer
(Cell modelElement) Creates a CellRenderer from its corresponding layout object.