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 PageBorderOffsetValues
public 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 PageBorderOffsetValues
Public Structure PageBorderOffsetValues
Implements IEnumValue, IEnumValueFactory(Of PageBorderOffsetValues), IEquatable(Of PageBorderOffsetValues)
- Inheritance
-
PageBorderOffsetValues
- Inheritance
-
PageBorderOffsetValues
Fields
PageBorderOffsetValues(String) | Creates a new PageBorderOffsetValues enum instance |
|
Equals(PageBorderOffsetValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Equality(PageBorderOffsetValues, PageBorderOffsetValues) | ||
Inequality(PageBorderOffsetValues, PageBorderOffsetValues) | ||
Page | 0 | Page Border Is Positioned Relative to Page Edges. When the item is serialized out as xml, its value is "page". |
Page | 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". |
Text | Page Border Is Positioned Relative to Text Extents. When the item is serialized out as xml, its value is "text". |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<PageBorderOffsetValues>.Create(String) |