Uses of Class
com.helger.pdflayout.spec.AbstractRectSpec
Packages that use AbstractRectSpec
-
Uses of AbstractRectSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return AbstractRectSpecModifier and TypeMethodDescriptionAbstractRectSpecMicroTypeConverter.convertToRectSpec(com.helger.xml.microdom.IMicroElement aElement) Methods in com.helger.pdflayout.config.xml with parameters of type AbstractRectSpecModifier and TypeMethodDescriptionfinal 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.specModifier and TypeClassDescriptionclassDefines a rectangular margin.classDefines a rectangular padding.Constructors in com.helger.pdflayout.spec with parameters of type AbstractRectSpecModifierConstructorDescriptionAbstractRectSpec(AbstractRectSpec aOther) MarginSpec(AbstractRectSpec aOther) Pseudo copy constructor.PaddingSpec(AbstractRectSpec aOther) Pseudo copy constructor.