Uses of Class
com.helger.pdflayout.element.table.PLCellRange
-
Packages that use PLCellRange Package Description com.helger.pdflayout.config.xml com.helger.pdflayout.element.table -
-
Uses of PLCellRange in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return PLCellRange Modifier and Type Method Description PLCellRangePLCellRangeMicroTypeConverter. convertToNative(com.helger.xml.microdom.IMicroElement aElement)Methods in com.helger.pdflayout.config.xml with parameters of type PLCellRange Modifier and Type Method Description com.helger.xml.microdom.IMicroElementPLCellRangeMicroTypeConverter. convertToMicroElement(PLCellRange aValue, String sNamespaceURI, String sTagName) -
Uses of PLCellRange in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table that return PLCellRange Modifier and Type Method Description PLCellRangePLCellRange. getClone()PLCellRangePLCellRange. setFirstColumn(int nFirstCol)PLCellRangePLCellRange. setFirstRow(int nFirstRow)PLCellRangePLCellRange. setLastColumn(int nLastCol)PLCellRangePLCellRange. setLastRow(int nLastRow)
-