PageBorderOffsetValues 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.
Defines the PageBorderOffsetValues enumeration.
public enum PageBorderOffsetValuespublic readonly struct PageBorderOffsetValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues>type PageBorderOffsetValues = type PageBorderOffsetValues = struct
    interface IEnumValue
    interface IEnumValueFactory<PageBorderOffsetValues>Public Enum PageBorderOffsetValuesPublic Structure PageBorderOffsetValues
Implements IEnumValue, IEnumValueFactory(Of PageBorderOffsetValues), IEquatable(Of PageBorderOffsetValues)- Inheritance
- 
				PageBorderOffsetValues
- Inheritance
- 
				PageBorderOffsetValues
Fields
| Name | Value | Description | 
|---|---|---|
| Page | 0 | Page Border Is Positioned Relative to Page Edges. When the item is serialized out as xml, its value is "page". | 
| Text | 1 | Page Border Is Positioned Relative to Text Extents. When the item is serialized out as xml, its value is "text". | 
| Equality(PageBorderOffsetValues, PageBorderOffsetValues) | ||
| Equals(Object) | ||
| Equals(PageBorderOffsetValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<PageBorderOffsetValues>.Create(String) | ||
| Inequality(PageBorderOffsetValues, PageBorderOffsetValues) | ||
| Page | Page Border Is Positioned Relative to Page Edges. When the item is serialized out as xml, its value is "page". | |
| PageBorderOffsetValues(String) | Creates a new PageBorderOffsetValues enum instance | |
| Text | Page Border Is Positioned Relative to Text Extents. When the item is serialized out as xml, its value is "text". | |
| ToString() |