WordProcessingRelativeHorizontalPosition

WordProcessingRelativeHorizontalPosition enumeration

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

public enum WordProcessingRelativeHorizontalPosition

Values

Name Value Description
Margin 0 Specifies that the horizontal positioning is relative to the page margins.
Page 1 The object is positioned relative to the left edge of the page.
Column 2 The object is positioned relative to the left side of the column.
Character 3 The object is positioned relative to the left side of the paragraph.
LeftMargin 4 Specifies that the horizontal positioning is relative to the left margin of the page.
RightMargin 5 Specifies that the horizontal positioning is relative to the right margin of the page.
InsideMargin 6 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).
OutsideMargin 7 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).

See Also