Uses of Class
com.helger.pdflayout.spec.MarginSpec
Packages that use MarginSpec
Package
Description
-
Uses of MarginSpec in com.helger.pdflayout.base
Fields in com.helger.pdflayout.base declared as MarginSpecModifier and TypeFieldDescriptionstatic final MarginSpecIPLHasMargin.DEFAULT_MARGINThe default margin is a 0 margin, meaning no margin at all.Methods in com.helger.pdflayout.base that return MarginSpecModifier and TypeMethodDescriptionfinal MarginSpecAbstractPLElement.getMargin()IPLHasMargin.getMargin()final MarginSpecPLMarginBorderPadding.getMargin()final MarginSpecPLPageSet.getMargin()Methods in com.helger.pdflayout.base with parameters of type MarginSpecModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractPLElement.setMargin(MarginSpec aMargin) IPLHasMargin.setMargin(MarginSpec aMargin) Set the margin values.final PLMarginBorderPaddingPLMarginBorderPadding.setMargin(MarginSpec aMargin) final PLPageSetPLPageSet.setMargin(MarginSpec aMargin) Constructors in com.helger.pdflayout.base with parameters of type MarginSpecModifierConstructorDescriptionPLMarginBorderPadding(MarginSpec aMargin, PaddingSpec aPadding, BorderSpec aBorder) -
Uses of MarginSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return MarginSpecModifier and TypeMethodDescriptionMarginSpecMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) Methods in com.helger.pdflayout.config.xml with parameters of type MarginSpecModifier and TypeMethodDescriptioncom.helger.xml.microdom.IMicroElementMarginSpecMicroTypeConverter.convertToMicroElement(MarginSpec aValue, String sNamespaceURI, String sTagName) -
Uses of MarginSpec in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table that return MarginSpecMethods in com.helger.pdflayout.element.table with parameters of type MarginSpecModifier and TypeMethodDescriptionfinal PLTablePLTable.setMargin(MarginSpec aMargin) PLTableRow.setMargin(MarginSpec aMargin) -
Uses of MarginSpec in com.helger.pdflayout.spec
Fields in com.helger.pdflayout.spec declared as MarginSpecModifier and TypeFieldDescriptionstatic final MarginSpecMarginSpec.MARGIN0A constant representing no margin.Methods in com.helger.pdflayout.spec that return MarginSpecModifier and TypeMethodDescriptionstatic MarginSpecMarginSpec.bottom(float fBottom) static MarginSpecMarginSpec.createMM(float f) static MarginSpecMarginSpec.createMM(float fY, float fX) static MarginSpecMarginSpec.createMM(float fTop, float fRight, float fBottom, float fLeft) MarginSpec.getCloneWithBottom(float fBottom) MarginSpec.getCloneWithLeft(float fLeft) MarginSpec.getCloneWithRight(float fRight) MarginSpec.getCloneWithTop(float fTop) static MarginSpecMarginSpec.left(float fLeft) static MarginSpecMarginSpec.right(float fRight) static MarginSpecMarginSpec.top(float fTop)