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