Uses of Class
com.helger.pdflayout.element.table.PLTableCell
-
Packages that use PLTableCell Package Description com.helger.pdflayout.element.table -
-
Uses of PLTableCell in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table that return PLTableCell Modifier and Type Method Description static PLTableCellPLTableCell. createEmptyCell()Utility method to create an empty cell.static PLTableCellPLTableCell. createEmptyCell(int nColSpan)Utility method to create an empty cell with a colspan.static PLTableCell[]PLTableCell. createEmptyCells(int nCellCount)Utility method to create an array of empty cells.PLTableCellPLTable. getCellAtIndex(int nRowIndex, int nColIndex)PLTableCellPLTableRow. getCellAtIndex(int nIndex)PLTableCellPLTableRow. getFirstCell()PLTableCellPLTableRow. getLastCell()PLTableCellPLTableCell. internalCreateNewVertSplitObject(PLTableCell aBase)protected PLTableCellPLTableRow. internalCreateVertSplitEmptyElement(IPLRenderableObject<?> aSrcObject, float fWidth, float fHeight)PLTableCellPLTableCell. setBasicDataFrom(PLTableCell aSource)Methods in com.helger.pdflayout.element.table with parameters of type PLTableCell Modifier and Type Method Description voidIPLTableCellConsumer. accept(PLTableCell aCell, int nCellIndex, int nEffectiveCellStartIndex, int nEffectiveCellEndIndex)Performs this operation on the given arguments.PLTableRowPLTable. addAndReturnRow(PLTableCell... aCells)voidPLTableRow. addCell(PLTableCell aCell, WidthSpec aWidth)PLTablePLTable. addRow(PLTableCell... aCells)Add a new table row with auto height.PLTableCellPLTableCell. internalCreateNewVertSplitObject(PLTableCell aBase)PLTableCellPLTableCell. setBasicDataFrom(PLTableCell aSource)booleanIPLTableCellFilter. test(PLTableCell aCell, int nCellIndex, int nEffectiveCellStartIndex, int nEffectiveCellEndIndex)Check if the passed cell properties are valid for handling.Method parameters in com.helger.pdflayout.element.table with type arguments of type PLTableCell Modifier and Type Method Description PLTableRowPLTable. addAndReturnRow(Iterable<? extends PLTableCell> aCells)Add a new table row with auto height.PLTableRowPLTable. addAndReturnRow(Iterable<? extends PLTableCell> aCells, HeightSpec aHeight)Add a new table row.PLTablePLTable. addRow(Iterable<? extends PLTableCell> aCells)Add a new table row with auto height.PLTablePLTable. addRow(Iterable<? extends PLTableCell> aCells, HeightSpec aHeight)Add a new table row.voidPLTable. forEachCell(Consumer<? super PLTableCell> aConsumer)voidPLTableRow. forEachCell(int nStartIncl, int nEndIncl, Consumer<? super PLTableCell> aConsumer)voidPLTableRow. forEachCell(int nStartIncl, int nEndIncl, ObjIntConsumer<? super PLTableCell> aConsumer)voidPLTableRow. forEachCell(Consumer<? super PLTableCell> aConsumer)voidPLTableRow. forEachCell(ObjIntConsumer<? super PLTableCell> aConsumer)
-