com.groupdocs.signature.domain.enums

Class VerticalAlignment



  • public final class VerticalAlignment
    extends Object

    Specifies vertical alignment of element on Document Page.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Bottom
      Specifies that the object shall be at the bottom of the vertical alignment base.
      static int Center
      Specifies that the object shall be centered with respect to the vertical alignment base.
      static int Default
      Same as GroupDocs.Signature.Domain.VerticalAlignment.None.
      static int None
      The object is explicitly positioned, usually using its Top property.
      static int Top
      Specifies that the object shall be at the top of the vertical alignment base.
    • Field Detail

      • Bottom

        public static final int Bottom

        Specifies that the object shall be at the bottom of the vertical alignment base.

        See Also:
        Constant Field Values
      • Center

        public static final int Center

        Specifies that the object shall be centered with respect to the vertical alignment base.

        See Also:
        Constant Field Values
      • Default

        public static final int Default

        Same as GroupDocs.Signature.Domain.VerticalAlignment.None.

        See Also:
        Constant Field Values
      • None

        public static final int None

        The object is explicitly positioned, usually using its Top property.

        See Also:
        Constant Field Values
      • Top

        public static final int Top

        Specifies that the object shall be at the top of the vertical alignment base.

        See Also:
        Constant Field Values