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. lastAddedRowMethods in com.itextpdf.layout.element that return Cell Modifier and Type Method Description CellCell. add(IBlockElement element)Adds any block element to the cell's contents.CellCell. add(Image element)Adds an image to the cell's contents.CellCell. clone(boolean includeContent)Clones a cell with its position, properties, and optionally its contents.CellTable. 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 Cell Modifier and Type Method Description TableTable. addCell(Cell cell)Adds a new cell to the table.TableTable. addFooterCell(Cell footerCell)Adds a new cell to the footer of the table.TableTable. addHeaderCell(Cell headerCell)Adds a new cell to the header of the table.private booleanTable. 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 BorderTableBorderUtil. 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 CellTableCellIterator. currentCellMethods in com.itextpdf.pdfua.checkers.utils.tables that return Cell Modifier and Type Method Description CellTableCellIterator. 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.StringCellResultMatrix. getRole(Cell cell)(package private) java.lang.StringCellResultMatrix. getScope(Cell cell)
-