com.groupdocs.signature.domain.enums

Class TextHorizontalAlignment



  • public final class TextHorizontalAlignment
    extends Object

    Specifies text horizontal alignment inside a Signature.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Center
      Specifies that the text is centered to the horizontal alignment base.
      static int Left
      Specifies that the text is left aligned to the horizontal alignment base.
      static int Right
      Specifies that the text is right aligned to the horizontal alignment base.
    • Field Detail

      • Center

        public static final int Center

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

        See Also:
        Constant Field Values
      • Left

        public static final int Left

        Specifies that the text is left aligned to the horizontal alignment base.

        See Also:
        Constant Field Values
      • Right

        public static final int Right

        Specifies that the text is right aligned to the horizontal alignment base.

        See Also:
        Constant Field Values