com.groupdocs.watermark.contents

Interfaces

Classes

com.groupdocs.watermark.contents

Class WordProcessingRelativeVerticalPosition

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


  • public final class WordProcessingRelativeVerticalPosition
    extends Object

    Specifies to what the vertical position of an object is relative.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int BottomMargin
      Specifies that the vertical positioning is relative to the bottom margin of the current page.
      static int InsideMargin
      Specifies that the vertical positioning is relative to the inside margin of the current page.
      static int Line
      Undocumented feature.
      static int Margin
      Specifies that the vertical positioning is relative to the page margins.
      static int OutsideMargin
      Specifies that the vertical positioning is relative to the outside margin of the current page.
      static int Page
      The object is positioned relative to the top edge of the page.
      static int Paragraph
      The object is positioned relative to the top of the paragraph that contains the anchor.
      static int TopMargin
      Specifies that the vertical positioning is relative to the top margin of the current page.
    • Field Detail

      • Margin

        public static final int Margin

        Specifies that the vertical positioning is relative to the page margins.

        See Also:
        Constant Field Values
      • Page

        public static final int Page

        The object is positioned relative to the top edge of the page.

        See Also:
        Constant Field Values
      • Paragraph

        public static final int Paragraph

        The object is positioned relative to the top of the paragraph that contains the anchor.

        See Also:
        Constant Field Values
      • TopMargin

        public static final int TopMargin

        Specifies that the vertical positioning is relative to the top margin of the current page.

        See Also:
        Constant Field Values
      • BottomMargin

        public static final int BottomMargin

        Specifies that the vertical positioning is relative to the bottom margin of the current page.

        See Also:
        Constant Field Values
      • InsideMargin

        public static final int InsideMargin

        Specifies that the vertical positioning is relative to the inside margin of the current page.

        See Also:
        Constant Field Values
      • OutsideMargin

        public static final int OutsideMargin

        Specifies that the vertical positioning is relative to the outside margin of the current page.

        See Also:
        Constant Field Values