Uses of Class
com.itextpdf.layout.element.Cell
Packages that use Cell
Package
Description
-
Uses of Cell in com.itextpdf.layout.element
Fields in com.itextpdf.layout.element declared as CellMethods 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 Cell
Cell.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.private boolean
Table.cellBelongsToAnyRowGroup
(Cell cell, List<Table.RowRange> rowGroups) -
Uses of Cell in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type CellModifier and TypeMethodDescriptionstatic Border
TableBorderUtil.getCellSideBorder
(Cell cellModel, int borderType) Constructors in com.itextpdf.layout.renderer with parameters of type CellModifierConstructorDescriptionCellRenderer
(Cell modelElement) Creates a CellRenderer from its corresponding layout object. -
Uses of Cell in com.itextpdf.pdfua.checkers.utils.tables
Fields in com.itextpdf.pdfua.checkers.utils.tables declared as CellMethods in com.itextpdf.pdfua.checkers.utils.tables that return CellModifier and TypeMethodDescriptionTableCellIterator.next()
Gets the next element in the iteration.Methods in com.itextpdf.pdfua.checkers.utils.tables with parameters of type Cell