Uses of Class
com.itextpdf.layout.element.Cell
Packages that use Cell
-
Uses of Cell in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element that return CellModifier 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 CellCell.updateCellIndexes(int row, int col, int numberOfColumns) Updates cell indexes.Methods in com.itextpdf.layout.element with parameters of type CellModifier 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
Constructors in com.itextpdf.layout.renderer with parameters of type CellModifierConstructorDescriptionCellRenderer(Cell modelElement) Creates a CellRenderer from its corresponding layout object.