WordProcessingRelativeHorizontalPosition enumeration
WordProcessingRelativeHorizontalPosition enumeration
Specifies to what the horizontal position of an object is relative.
The WordProcessingRelativeHorizontalPosition type exposes the following members:
Fields
Field | Description |
---|---|
MARGIN | Specifies that the horizontal positioning is relative to the page margins. |
PAGE | The object is positioned relative to the left edge of the page. |
COLUMN | The object is positioned relative to the left side of the column. |
CHARACTER | The object is positioned relative to the left side of the paragraph. |
LEFT_MARGIN | Specifies that the horizontal positioning is relative to the left margin of the page. |
RIGHT_MARGIN | Specifies that the horizontal positioning is relative to the right margin of the page. |
INSIDE_MARGIN | Specifies that the horizontal positioning is relative to the inside margin
of the current page (the left margin on odd pages, right on even pages). |
OUTSIDE_MARGIN | Specifies that the horizontal positioning is relative to the outside margin
of the current page (the right margin on odd pages, left on even pages). |