Uses of Class
com.helger.pdflayout.spec.HeightSpec
Packages that use HeightSpec
Package
Description
-
Uses of HeightSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return HeightSpecModifier and TypeMethodDescriptionHeightSpecMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) Methods in com.helger.pdflayout.config.xml with parameters of type HeightSpecModifier and TypeMethodDescriptioncom.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 HeightSpecModifier and TypeMethodDescriptionPLTable.addAndReturnRow(Iterable<? extends PLTableCell> aCells, HeightSpec aHeight) Add a new table row.PLTable.addRow(PLTableRow aRow, HeightSpec aHeight) PLTable.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 HeightSpecMethods in com.helger.pdflayout.element.vbox with parameters of type HeightSpecModifier and TypeMethodDescriptionAbstractPLVBox.addAndReturnRow(int nIndex, IPLRenderableObject<?> aElement, HeightSpec aHeight) Add a row to this VBox.final PLVBoxRowAbstractPLVBox.addAndReturnRow(IPLRenderableObject<?> aElement, HeightSpec aHeight) Add a row to this VBox.AbstractPLVBox.addRow(int nIndex, IPLRenderableObject<?> aElement, HeightSpec aHeight) Add a row to this VBox.final IMPLTYPEAbstractPLVBox.addRow(IPLRenderableObject<?> aElement, HeightSpec aHeight) Add a row to this VBox.Constructors in com.helger.pdflayout.element.vbox with parameters of type HeightSpec -
Uses of HeightSpec in com.helger.pdflayout.spec
Methods in com.helger.pdflayout.spec that return HeightSpecModifier and TypeMethodDescriptionstatic 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.