WordProcessingRelativeVerticalPosition enumeration
WordProcessingRelativeVerticalPosition enumeration
Specifies to what the vertical position of an object is relative.
The WordProcessingRelativeVerticalPosition type exposes the following members:
Fields
Field | Description |
---|---|
MARGIN | Specifies that the vertical positioning is relative to the page margins. |
PAGE | The object is positioned relative to the top edge of the page. |
PARAGRAPH | The object is positioned relative to the top of the paragraph that contains the anchor. |
LINE | Undocumented feature. |
TOP_MARGIN | Specifies that the vertical positioning is relative to the top margin of
the current page. |
BOTTOM_MARGIN | Specifies that the vertical positioning is relative to the bottom margin
of the current page. |
INSIDE_MARGIN | Specifies that the vertical positioning is relative to the inside margin
of the current page. |
OUTSIDE_MARGIN | Specifies that the vertical positioning is relative to the outside margin
of the current page. |