Uses of Class
com.helger.pdflayout.spec.HeightSpec
-
Packages that use HeightSpec Package Description com.helger.pdflayout.config.xml com.helger.pdflayout.element.table com.helger.pdflayout.element.vbox com.helger.pdflayout.spec -
-
Uses of HeightSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return HeightSpec Modifier and Type Method Description HeightSpecHeightSpecMicroTypeConverter. convertToNative(com.helger.xml.microdom.IMicroElement aElement)Methods in com.helger.pdflayout.config.xml with parameters of type HeightSpec Modifier and Type Method Description com.helger.xml.microdom.IMicroElementHeightSpecMicroTypeConverter. convertToMicroElement(HeightSpec aValue, String sNamespaceURI, String sTagName) -
Uses of HeightSpec in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table with parameters of type HeightSpec Modifier and Type Method Description PLTableRowPLTable. addAndReturnRow(Iterable<? extends PLTableCell> aCells, HeightSpec aHeight)Add a new table row.PLTablePLTable. addRow(PLTableRow aRow, HeightSpec aHeight)PLTablePLTable. addRow(Iterable<? extends PLTableCell> aCells, HeightSpec aHeight)Add a new table row. -
Uses of HeightSpec in com.helger.pdflayout.element.vbox
Methods in com.helger.pdflayout.element.vbox that return HeightSpec Modifier and Type Method Description HeightSpecAbstractPLVBox. getDefaultHeight()HeightSpecPLVBoxRow. getHeight()Methods in com.helger.pdflayout.element.vbox with parameters of type HeightSpec Modifier and Type Method Description PLVBoxRowAbstractPLVBox. addAndReturnRow(int nIndex, IPLRenderableObject<?> aElement, HeightSpec aHeight)Add a row to this VBox.PLVBoxRowAbstractPLVBox. addAndReturnRow(IPLRenderableObject<?> aElement, HeightSpec aHeight)Add a row to this VBox.IMPLTYPEAbstractPLVBox. addRow(int nIndex, IPLRenderableObject<?> aElement, HeightSpec aHeight)Add a row to this VBox.IMPLTYPEAbstractPLVBox. addRow(IPLRenderableObject<?> aElement, HeightSpec aHeight)Add a row to this VBox.Constructors in com.helger.pdflayout.element.vbox with parameters of type HeightSpec Constructor Description PLVBoxRow(IPLRenderableObject<?> aElement, HeightSpec aHeight) -
Uses of HeightSpec in com.helger.pdflayout.spec
Methods in com.helger.pdflayout.spec that return HeightSpec Modifier and Type Method Description static HeightSpecHeightSpec. abs(float fValue)Create a height element with an absolute value.static HeightSpecHeightSpec. auto()Create a new auto height element.static HeightSpecHeightSpec. perc(float fPerc)Create a height element with an percentage value.static HeightSpecHeightSpec. star()Create a new star height element.
-