Uses of Class
com.helger.pdflayout.element.table.PLTable
Packages that use PLTable
-
Uses of PLTable in com.helger.pdflayout.element.list
Methods in com.helger.pdflayout.element.list that return PLTableModifier and TypeMethodDescriptionfinal PLTablePLBulletPointList.getUnderlyingTable()PLBulletPointList.internalCreateNewVertSplitObject(PLTable aBase) Methods in com.helger.pdflayout.element.list with parameters of type PLTableModifier and TypeMethodDescriptionPLBulletPointList.internalCreateNewVertSplitObject(PLTable aBase) -
Uses of PLTable in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table that return PLTableModifier and TypeMethodDescriptionPLTable.addRow()Deprecated.PLTable.addRow(PLTableCell... aCells) Add a new table row with auto height.PLTable.addRow(PLTableRow aRow) PLTable.addRow(PLTableRow aRow, HeightSpec aHeight) 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.static PLTablePLTable.createWithEvenlySizedColumns(int nColumnCount) Create a new table with evenly sized columns.static PLTablePLTable.createWithPercentage(float... aPercentages) Create a new table with the specified percentages.PLTable.internalCreateNewVertSplitObject(PLTable aBase) PLTable.setBasicDataFrom(PLTable aSource) PLTable.setHeaderRowCount(int nHeaderRowCount) final PLTablePLTable.setMargin(MarginSpec aMargin) final PLTablePLTable.setVertSplittable(boolean bVertSplittable) Methods in com.helger.pdflayout.element.table with parameters of type PLTableModifier and TypeMethodDescriptionvoidIPLTableGridType.applyGridToTable(PLTable aTable, int nStartRowIncl, int nEndRowIncl, int nStartColumnIncl, int nEndColumnIncl, BorderStyleSpec aBSS) Apply this grid to the passed elements of the provided table.default voidIPLTableGridType.applyGridToTable(PLTable aTable, IPLCellRange aCellRange, BorderStyleSpec aBSS) Apply this grid to the passed cell range of the provided table.default voidIPLTableGridType.applyGridToTable(PLTable aTable, BorderStyleSpec aBSS) Apply this grid to the whole provided table.static voidPLTableHelper.avoidDoubleBorders(PLTable ret) If two joined rows both have borders at their connecting side, the doubles width has to be removedPLTable.internalCreateNewVertSplitObject(PLTable aBase) PLTable.setBasicDataFrom(PLTable aSource)