Uses of Interface
com.helger.pdflayout.element.table.IPLCellRange
-
Packages that use IPLCellRange Package Description com.helger.pdflayout.element.table -
-
Uses of IPLCellRange in com.helger.pdflayout.element.table
Classes in com.helger.pdflayout.element.table that implement IPLCellRange Modifier and Type Class Description classPLCellRangeCell range.Methods in com.helger.pdflayout.element.table with parameters of type IPLCellRange Modifier and Type Method Description default voidIPLTableGridType. applyGridToTable(PLTable aTable, IPLCellRange aCellRange, BorderStyleSpec aBSS)Apply this grid to the passed cell range of the provided table.default booleanIPLCellRange. intersects(IPLCellRange aOther)Determines whether or not thisIPLCellRangeand the specifiedIPLCellRangeintersect.Constructors in com.helger.pdflayout.element.table with parameters of type IPLCellRange Constructor Description PLCellRange(IPLCellRange aOther)Copy constructor
-