com.groupdocs.signature.domain.enums

Class TextVerticalAlignment



  • public final class TextVerticalAlignment
    extends Object

    Specifies text vertical alignment inside a Signature.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Bottom
      Specifies that the text is bottom aligned to the vertical alignment base.
      static int Center
      Specifies that the text is centered to the vertical alignment base.
      static int Top
      Specifies that the text is top aligned to the vertical alignment base.
    • Field Detail

      • Bottom

        public static final int Bottom

        Specifies that the text is bottom aligned to the vertical alignment base.

        See Also:
        Constant Field Values
      • Center

        public static final int Center

        Specifies that the text is centered to the vertical alignment base.

        See Also:
        Constant Field Values
      • Top

        public static final int Top

        Specifies that the text is top aligned to the vertical alignment base.

        See Also:
        Constant Field Values