Uses of Class
com.helger.pdflayout.spec.MarginSpec
-
Packages that use MarginSpec Package Description com.helger.pdflayout.base com.helger.pdflayout.config.xml com.helger.pdflayout.element.table com.helger.pdflayout.spec -
-
Uses of MarginSpec in com.helger.pdflayout.base
Fields in com.helger.pdflayout.base declared as MarginSpec Modifier and Type Field Description static MarginSpecIPLHasMargin. DEFAULT_MARGINThe default margin is a 0 margin, meaning no margin at all.Methods in com.helger.pdflayout.base that return MarginSpec Modifier and Type Method Description MarginSpecAbstractPLElement. getMargin()MarginSpecIPLHasMargin. getMargin()MarginSpecPLMarginBorderPadding. getMargin()MarginSpecPLPageSet. getMargin()Methods in com.helger.pdflayout.base with parameters of type MarginSpec Modifier and Type Method Description IMPLTYPEAbstractPLElement. setMargin(MarginSpec aMargin)IMPLTYPEIPLHasMargin. setMargin(MarginSpec aMargin)Set the margin values.PLMarginBorderPaddingPLMarginBorderPadding. setMargin(MarginSpec aMargin)PLPageSetPLPageSet. setMargin(MarginSpec aMargin)Constructors in com.helger.pdflayout.base with parameters of type MarginSpec Constructor Description PLMarginBorderPadding(MarginSpec aMargin, PaddingSpec aPadding, BorderSpec aBorder) -
Uses of MarginSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return MarginSpec Modifier and Type Method Description MarginSpecMarginSpecMicroTypeConverter. convertToNative(com.helger.xml.microdom.IMicroElement aElement)Methods in com.helger.pdflayout.config.xml with parameters of type MarginSpec Modifier and Type Method Description com.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 MarginSpec Modifier and Type Method Description MarginSpecPLTable. getMargin()Methods in com.helger.pdflayout.element.table with parameters of type MarginSpec Modifier and Type Method Description PLTablePLTable. setMargin(MarginSpec aMargin)PLTableRowPLTableRow. setMargin(MarginSpec aMargin) -
Uses of MarginSpec in com.helger.pdflayout.spec
Fields in com.helger.pdflayout.spec declared as MarginSpec Modifier and Type Field Description static MarginSpecMarginSpec. MARGIN0A constant representing no margin.Methods in com.helger.pdflayout.spec that return MarginSpec Modifier and Type Method Description static 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)MarginSpecMarginSpec. getCloneWithBottom(float fBottom)MarginSpecMarginSpec. getCloneWithLeft(float fLeft)MarginSpecMarginSpec. getCloneWithRight(float fRight)MarginSpecMarginSpec. getCloneWithTop(float fTop)static MarginSpecMarginSpec. left(float fLeft)static MarginSpecMarginSpec. right(float fRight)static MarginSpecMarginSpec. top(float fTop)
-