Uses of Enum
com.helger.pdflayout.spec.EValueUOMType
Packages that use EValueUOMType
-
Uses of EValueUOMType in com.helger.pdflayout.spec
Methods in com.helger.pdflayout.spec that return EValueUOMTypeModifier and TypeMethodDescriptionstatic EValueUOMTypeEValueUOMType.getFromIDOrNull(String sID) final EValueUOMTypeHeightSpec.getType()final EValueUOMTypeWidthSpec.getType()static EValueUOMTypeReturns the enum constant of this type with the specified name.static EValueUOMType[]EValueUOMType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.helger.pdflayout.spec with parameters of type EValueUOMTypeModifierConstructorDescriptionHeightSpec(EValueUOMType eType, float fValue) WidthSpec(EValueUOMType eType, float fValue)