Uses of Class
com.helger.pdflayout.spec.AbstractRectSpec
-
Packages that use AbstractRectSpec Package Description com.helger.pdflayout.config.xml com.helger.pdflayout.spec -
-
Uses of AbstractRectSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return AbstractRectSpec Modifier and Type Method Description AbstractRectSpecAbstractRectSpecMicroTypeConverter. convertToRectSpec(com.helger.xml.microdom.IMicroElement aElement)Methods in com.helger.pdflayout.config.xml with parameters of type AbstractRectSpec Modifier and Type Method Description voidAbstractRectSpecMicroTypeConverter. fillMicroElement(AbstractRectSpec aValue, com.helger.xml.microdom.IMicroElement aElement) -
Uses of AbstractRectSpec in com.helger.pdflayout.spec
Subclasses of AbstractRectSpec in com.helger.pdflayout.spec Modifier and Type Class Description classMarginSpecDefines a rectangular margin.classPaddingSpecDefines a rectangular padding.Constructors in com.helger.pdflayout.spec with parameters of type AbstractRectSpec Constructor Description AbstractRectSpec(AbstractRectSpec aOther)MarginSpec(AbstractRectSpec aOther)Pseudo copy constructor.PaddingSpec(AbstractRectSpec aOther)Pseudo copy constructor.
-