HorizontalRelativePositionValues 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.
Horizontal Relative Positioning
public enum HorizontalRelativePositionValuespublic readonly struct HorizontalRelativePositionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues>type HorizontalRelativePositionValues = type HorizontalRelativePositionValues = struct
    interface IEnumValue
    interface IEnumValueFactory<HorizontalRelativePositionValues>Public Enum HorizontalRelativePositionValuesPublic Structure HorizontalRelativePositionValues
Implements IEnumValue, IEnumValueFactory(Of HorizontalRelativePositionValues), IEquatable(Of HorizontalRelativePositionValues)- Inheritance
- 
				HorizontalRelativePositionValues
- Inheritance
- 
				HorizontalRelativePositionValues
Fields
| Name | Value | Description | 
|---|---|---|
| Margin | 0 | Page Margin. When the item is serialized out as xml, its value is "margin". | 
| Page | 1 | Page Edge. When the item is serialized out as xml, its value is "page". | 
| Column | 2 | Column. When the item is serialized out as xml, its value is "column". | 
| Character | 3 | Character. When the item is serialized out as xml, its value is "character". | 
| LeftMargin | 4 | Left Margin. When the item is serialized out as xml, its value is "leftMargin". | 
| RightMargin | 5 | Right Margin. When the item is serialized out as xml, its value is "rightMargin". | 
| InsideMargin | 6 | Inside Margin. When the item is serialized out as xml, its value is "insideMargin". | 
| OutsideMargin | 7 | Outside Margin. When the item is serialized out as xml, its value is "outsideMargin". | 
| Character | Character. When the item is serialized out as xml, its value is "character". | |
| Column | Column. When the item is serialized out as xml, its value is "column". | |
| Equality(HorizontalRelativePositionValues, HorizontalRelativePositionValues) | ||
| Equals(HorizontalRelativePositionValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| HorizontalRelativePositionValues(String) | Creates a new HorizontalRelativePositionValues enum instance | |
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<HorizontalRelativePositionValues>.Create(String) | ||
| Inequality(HorizontalRelativePositionValues, HorizontalRelativePositionValues) | ||
| InsideMargin | Inside Margin. When the item is serialized out as xml, its value is "insideMargin". | |
| LeftMargin | Left Margin. When the item is serialized out as xml, its value is "leftMargin". | |
| Margin | Page Margin. When the item is serialized out as xml, its value is "margin". | |
| OutsideMargin | Outside Margin. When the item is serialized out as xml, its value is "outsideMargin". | |
| Page | Page Edge. When the item is serialized out as xml, its value is "page". | |
| RightMargin | Right Margin. When the item is serialized out as xml, its value is "rightMargin". | |
| ToString() |