WdRelativeHorizontalPosition Enumeration
Specifies to what the horizontal position of a frame, a shape, or a group of rows is relative.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdRelativeHorizontalPosition
'Usage
Dim instance As WdRelativeHorizontalPosition
public enum WdRelativeHorizontalPosition
Members
Member name | Description | |
---|---|---|
wdRelativeHorizontalPositionMargin | Relative to margin. | |
wdRelativeHorizontalPositionPage | Relative to page. | |
wdRelativeHorizontalPositionColumn | Relative to column. | |
wdRelativeHorizontalPositionCharacter | Relative to character. | |
wdRelativeHorizontalPositionLeftMarginArea | Relative to left margin. | |
wdRelativeHorizontalPositionRightMarginArea | Relative to right margin. | |
wdRelativeHorizontalPositionInnerMarginArea | Relative to inner margin area. | |
wdRelativeHorizontalPositionOuterMarginArea | Relative to outer margin area. |