Uses of Enum
com.helger.pdflayout.spec.EVertAlignment
Packages that use EVertAlignment
-
Uses of EVertAlignment in com.helger.pdflayout.base
Fields in com.helger.pdflayout.base declared as EVertAlignmentModifier and TypeFieldDescriptionstatic final EVertAlignmentIPLHasVerticalAlignment.DEFAULT_VERT_ALIGNMENTMethods in com.helger.pdflayout.base that return EVertAlignmentModifier and TypeMethodDescriptionfinal EVertAlignmentAbstractPLBlockElement.getVertAlign()IPLHasVerticalAlignment.getVertAlign()Methods in com.helger.pdflayout.base with parameters of type EVertAlignmentModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractPLBlockElement.setVertAlign(EVertAlignment eVertAlign) IPLHasVerticalAlignment.setVertAlign(EVertAlignment eVertAlign) Set the vertical alignment of this element. -
Uses of EVertAlignment in com.helger.pdflayout.spec
Fields in com.helger.pdflayout.spec declared as EVertAlignmentMethods in com.helger.pdflayout.spec that return EVertAlignmentModifier and TypeMethodDescriptionstatic EVertAlignmentEVertAlignment.getFromIDOrNull(String sID) static EVertAlignmentReturns the enum constant of this type with the specified name.static EVertAlignment[]EVertAlignment.values()Returns an array containing the constants of this enum type, in the order they are declared.