Uses of Class
com.itextpdf.layout.element.Cell
-
Packages that use Cell Package Description com.itextpdf.layout.element com.itextpdf.layout.renderer com.itextpdf.pdfua.checkers.utils.tables -
-
Uses of Cell in com.itextpdf.layout.element
Fields in com.itextpdf.layout.element declared as Cell Modifier and Type Field Description private Cell[]
Table. lastAddedRow
Methods in com.itextpdf.layout.element that return Cell Modifier and Type Method 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)
Updates cell indexes.Methods in com.itextpdf.layout.element with parameters of type Cell Modifier and Type Method 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.private boolean
Table. cellBelongsToAnyRowGroup(Cell cell, java.util.List<Table.RowRange> rowGroups)
-
Uses of Cell in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type Cell Modifier and Type Method Description static Border
TableBorderUtil. getCellSideBorder(Cell cellModel, int borderType)
Constructors in com.itextpdf.layout.renderer with parameters of type Cell Constructor Description CellRenderer(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 Cell Modifier and Type Field Description private Cell
TableCellIterator. currentCell
Methods in com.itextpdf.pdfua.checkers.utils.tables that return Cell Modifier and Type Method Description Cell
TableCellIterator. next()
Gets the next element in the iteration.Methods in com.itextpdf.pdfua.checkers.utils.tables with parameters of type Cell Modifier and Type Method Description (package private) byte[]
CellResultMatrix. getElementId(Cell cell)
(package private) java.util.List<byte[]>
CellResultMatrix. getHeaders(Cell cell)
(package private) java.lang.String
CellResultMatrix. getRole(Cell cell)
(package private) java.lang.String
CellResultMatrix. getScope(Cell cell)
-