com.groupdocs.signature.domain.enums

Class HorizontalAlignment



  • public final class HorizontalAlignment
    extends Object

    Specifies horizontal alignment of element on Document Page.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Center
      Specifies that the object shall be centered with respect to the horizontal alignment base.
      static int Default
      Same as GroupDocs.Signature.Domain.HorizontalAlignment.None.
      static int Left
      Specifies that the object shall be left aligned to the horizontal alignment base.
      static int None
      The object is explicitly positioned, usually using its Left property.
      static int Right
      Specifies that the object shall be right aligned to the horizontal alignment base.
    • Field Detail

      • Center

        public static final int Center

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

        See Also:
        Constant Field Values
      • Default

        public static final int Default

        Same as GroupDocs.Signature.Domain.HorizontalAlignment.None.

        See Also:
        Constant Field Values
      • Left

        public static final int Left

        Specifies that the object shall be left aligned to the horizontal alignment base.

        See Also:
        Constant Field Values
      • None

        public static final int None

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

        See Also:
        Constant Field Values
      • Right

        public static final int Right

        Specifies that the object shall be right aligned to the horizontal alignment base.

        See Also:
        Constant Field Values
    • Method Detail

      • getValues

        public static int[] getValues()