Uses of Class
com.helger.pdflayout.spec.EValueUOMType
-
Packages that use EValueUOMType Package Description com.helger.pdflayout.spec -
-
Uses of EValueUOMType in com.helger.pdflayout.spec
Methods in com.helger.pdflayout.spec that return EValueUOMType Modifier and Type Method Description static EValueUOMTypeEValueUOMType. getFromIDOrNull(String sID)EValueUOMTypeHeightSpec. getType()EValueUOMTypeWidthSpec. getType()static EValueUOMTypeEValueUOMType. valueOf(String name)Returns 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 EValueUOMType Constructor Description HeightSpec(EValueUOMType eType, float fValue)WidthSpec(EValueUOMType eType, float fValue)
-