WordProcessingRelativeVerticalPosition

WordProcessingRelativeVerticalPosition enumeration

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

public enum WordProcessingRelativeVerticalPosition

Values

Name Value Description
Margin 0 Specifies that the vertical positioning is relative to the page margins.
Page 1 The object is positioned relative to the top edge of the page.
Paragraph 2 The object is positioned relative to the top of the paragraph that contains the anchor.
Line 3 Undocumented feature.
TopMargin 4 Specifies that the vertical positioning is relative to the top margin of the current page.
BottomMargin 5 Specifies that the vertical positioning is relative to the bottom margin of the current page.
InsideMargin 6 Specifies that the vertical positioning is relative to the inside margin of the current page.
OutsideMargin 7 Specifies that the vertical positioning is relative to the outside margin of the current page.

See Also