Uses of Class
com.helger.pdflayout.spec.WidthSpec
Packages that use WidthSpec
Package
Description
-
Uses of WidthSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return WidthSpecModifier and TypeMethodDescriptionWidthSpecMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) Methods in com.helger.pdflayout.config.xml with parameters of type WidthSpecModifier and TypeMethodDescriptioncom.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 WidthSpecMethods in com.helger.pdflayout.element.hbox with parameters of type WidthSpecModifier and TypeMethodDescriptionAbstractPLHBox.addAndReturnColumn(int nIndex, IPLRenderableObject<?> aElement, WidthSpec aWidth) AbstractPLHBox.addAndReturnColumn(IPLRenderableObject<?> aElement, WidthSpec aWidth) AbstractPLHBox.addColumn(int nIndex, IPLRenderableObject<?> aElement, WidthSpec aWidth) AbstractPLHBox.addColumn(IPLRenderableObject<?> aElement, WidthSpec aWidth) Constructors in com.helger.pdflayout.element.hbox with parameters of type WidthSpec -
Uses of WidthSpec in com.helger.pdflayout.element.list
Constructors in com.helger.pdflayout.element.list with parameters of type WidthSpecModifierConstructorDescriptionPLBulletPointList(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 WidthSpecModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<WidthSpec>PLTable.getAllWidths()Methods in com.helger.pdflayout.element.table with parameters of type WidthSpecConstructors in com.helger.pdflayout.element.table with parameters of type WidthSpecConstructor parameters in com.helger.pdflayout.element.table with type arguments of type WidthSpec -
Uses of WidthSpec in com.helger.pdflayout.spec
Methods in com.helger.pdflayout.spec that return WidthSpecModifier and TypeMethodDescriptionstatic 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.