Uses of Class
com.helger.pdflayout.element.table.PLTableCell
Packages that use PLTableCell
-
Uses of PLTableCell in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table that return PLTableCellModifier and TypeMethodDescriptionstatic 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.PLTable.getCellAtIndex(int nRowIndex, int nColIndex) PLTableRow.getCellAtIndex(int nIndex) PLTableRow.getFirstCell()PLTableRow.getLastCell()PLTableCell.internalCreateNewVertSplitObject(PLTableCell aBase) protected PLTableCellPLTableRow.internalCreateVertSplitEmptyElement(IPLRenderableObject<?> aSrcObject, float fWidth, float fHeight) PLTableCell.setBasicDataFrom(PLTableCell aSource) Methods in com.helger.pdflayout.element.table with parameters of type PLTableCellModifier and TypeMethodDescriptionvoidIPLTableCellConsumer.accept(PLTableCell aCell, int nCellIndex, int nEffectiveCellStartIndex, int nEffectiveCellEndIndex) Performs this operation on the given arguments.PLTable.addAndReturnRow(PLTableCell... aCells) voidPLTableRow.addCell(PLTableCell aCell, WidthSpec aWidth) PLTable.addRow(PLTableCell... aCells) Add a new table row with auto height.PLTableCell.internalCreateNewVertSplitObject(PLTableCell aBase) PLTableCell.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 PLTableCellModifier and TypeMethodDescriptionPLTable.addAndReturnRow(Iterable<? extends PLTableCell> aCells) Add a new table row with auto height.PLTable.addAndReturnRow(Iterable<? extends PLTableCell> aCells, HeightSpec aHeight) Add a new table row.PLTable.addRow(Iterable<? extends PLTableCell> aCells) Add a new table row with auto height.PLTable.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)