WdRelativeHorizontalPosition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies to what the horizontal position of a frame, a shape, or a group of rows is relative.
public enum class WdRelativeHorizontalPosition
[System.Runtime.InteropServices.Guid("EC64ADD2-4DB2-36C1-8915-2E9C64F9F57B")]
public enum WdRelativeHorizontalPosition
type WdRelativeHorizontalPosition =
Public Enum WdRelativeHorizontalPosition
- Inheritance
-
WdRelativeHorizontalPosition
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdRelativeHorizontalPositionMargin | 0 | Relative to margin. |
wdRelativeHorizontalPositionPage | 1 | Relative to page. |
wdRelativeHorizontalPositionColumn | 2 | Relative to column. |
wdRelativeHorizontalPositionCharacter | 3 | Relative to character. |
wdRelativeHorizontalPositionLeftMarginArea | 4 | Relative to left margin. |
wdRelativeHorizontalPositionRightMarginArea | 5 | Relative to right margin. |
wdRelativeHorizontalPositionInnerMarginArea | 6 | Relative to inner margin area. |
wdRelativeHorizontalPositionOuterMarginArea | 7 | Relative to outer margin area. |