Uses of Class
com.helger.pdflayout.element.table.PLTable
-
Packages that use PLTable Package Description com.helger.pdflayout.element.list com.helger.pdflayout.element.table -
-
Uses of PLTable in com.helger.pdflayout.element.list
Methods in com.helger.pdflayout.element.list that return PLTable Modifier and Type Method Description PLTablePLBulletPointList. getUnderlyingTable()PLTablePLBulletPointList. internalCreateNewVertSplitObject(PLTable aBase)Methods in com.helger.pdflayout.element.list with parameters of type PLTable Modifier and Type Method Description PLTablePLBulletPointList. internalCreateNewVertSplitObject(PLTable aBase) -
Uses of PLTable in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table that return PLTable Modifier and Type Method Description PLTablePLTable. addRow()Deprecated.PLTablePLTable. addRow(PLTableCell... aCells)Add a new table row with auto height.PLTablePLTable. addRow(PLTableRow aRow)PLTablePLTable. addRow(PLTableRow aRow, HeightSpec aHeight)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.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.PLTablePLTable. internalCreateNewVertSplitObject(PLTable aBase)PLTablePLTable. setBasicDataFrom(PLTable aSource)PLTablePLTable. setHeaderRowCount(int nHeaderRowCount)PLTablePLTable. setMargin(MarginSpec aMargin)PLTablePLTable. setVertSplittable(boolean bVertSplittable)Methods in com.helger.pdflayout.element.table with parameters of type PLTable Modifier and Type Method Description voidIPLTableGridType. 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 removedPLTablePLTable. internalCreateNewVertSplitObject(PLTable aBase)PLTablePLTable. setBasicDataFrom(PLTable aSource)
-