com.groupdocs.watermark.contents

Interfaces

Classes

com.groupdocs.watermark.contents

Class WordProcessingHorizontalAlignment

  • java.lang.Object
    • com.groupdocs.watermark.contents.WordProcessingHorizontalAlignment


  • public final class WordProcessingHorizontalAlignment
    extends Object

    Specifies horizontal alignment of a floating object.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Center
      Specifies that the object is centered with respect to the horizontal alignment base.
      static int Inside
      Specifies that the object is inside of the horizontal alignment base.
      static int Left
      Specifies that the object is left aligned to the horizontal alignment base.
      static int None
      Object is explicitly positioned using its x-coordinate.
      static int Outside
      Specifies that the object is outside of the horizontal alignment base.
      static int Right
      Specifies that the object is right aligned to the horizontal alignment base.
    • Field Detail

      • None

        public static final int None

        Object is explicitly positioned using its x-coordinate.

        See Also:
        Constant Field Values
      • Left

        public static final int Left

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

        See Also:
        Constant Field Values
      • Center

        public static final int Center

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

        See Also:
        Constant Field Values
      • Right

        public static final int Right

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

        See Also:
        Constant Field Values
      • Inside

        public static final int Inside

        Specifies that the object is inside of the horizontal alignment base.

        See Also:
        Constant Field Values
      • Outside

        public static final int Outside

        Specifies that the object is outside of the horizontal alignment base.

        See Also:
        Constant Field Values