Uses of Class
com.helger.pdflayout.spec.WidthSpec
-
Packages that use WidthSpec Package Description com.helger.pdflayout.config.xml com.helger.pdflayout.element.hbox com.helger.pdflayout.element.list com.helger.pdflayout.element.table com.helger.pdflayout.spec -
-
Uses of WidthSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return WidthSpec Modifier and Type Method Description WidthSpecWidthSpecMicroTypeConverter. convertToNative(com.helger.xml.microdom.IMicroElement aElement)Methods in com.helger.pdflayout.config.xml with parameters of type WidthSpec Modifier and Type Method Description com.helger.xml.microdom.IMicroElementWidthSpecMicroTypeConverter. convertToMicroElement(WidthSpec aValue, String sNamespaceURI, String sTagName) -
Uses of WidthSpec in com.helger.pdflayout.element.hbox
Methods in com.helger.pdflayout.element.hbox that return WidthSpec Modifier and Type Method Description WidthSpecPLHBoxColumn. getWidth()Methods in com.helger.pdflayout.element.hbox with parameters of type WidthSpec Modifier and Type Method Description PLHBoxColumnAbstractPLHBox. addAndReturnColumn(int nIndex, IPLRenderableObject<?> aElement, WidthSpec aWidth)PLHBoxColumnAbstractPLHBox. addAndReturnColumn(IPLRenderableObject<?> aElement, WidthSpec aWidth)IMPLTYPEAbstractPLHBox. addColumn(int nIndex, IPLRenderableObject<?> aElement, WidthSpec aWidth)IMPLTYPEAbstractPLHBox. addColumn(IPLRenderableObject<?> aElement, WidthSpec aWidth)Constructors in com.helger.pdflayout.element.hbox with parameters of type WidthSpec Constructor Description PLHBoxColumn(IPLRenderableObject<?> aElement, WidthSpec aWidth) -
Uses of WidthSpec in com.helger.pdflayout.element.list
Constructors in com.helger.pdflayout.element.list with parameters of type WidthSpec Constructor Description PLBulletPointList(WidthSpec aWidthSpec, IBulletPointCreator aBulletPointCreator) -
Uses of WidthSpec in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table that return types with arguments of type WidthSpec Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<WidthSpec>PLTable. getAllWidths()Methods in com.helger.pdflayout.element.table with parameters of type WidthSpec Modifier and Type Method Description voidPLTableRow. addCell(PLTableCell aCell, WidthSpec aWidth)Constructors in com.helger.pdflayout.element.table with parameters of type WidthSpec Constructor Description PLTable(WidthSpec... aWidths)Constructor parameters in com.helger.pdflayout.element.table with type arguments of type WidthSpec Constructor Description PLTable(Iterable<? extends WidthSpec> aWidths) -
Uses of WidthSpec in com.helger.pdflayout.spec
Methods in com.helger.pdflayout.spec that return WidthSpec Modifier and Type Method Description static WidthSpecWidthSpec. abs(float fValue)Create a width element with an absolute value.static WidthSpecWidthSpec. auto()Create a new auto width element.static WidthSpecWidthSpec. perc(float fPerc)Create a width element with an percentage value.static WidthSpecWidthSpec. star()Create a new star width element.
-