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 VerticalAnchorValuespublic 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 VerticalAnchorValuesPublic Structure VerticalAnchorValues
Implements IEnumValue, IEnumValueFactory(Of VerticalAnchorValues), IEquatable(Of VerticalAnchorValues)- Inheritance
- 
				VerticalAnchorValues
- Inheritance
- 
				VerticalAnchorValues
Fields
| Name | Value | Description | 
|---|---|---|
| Text | 0 | Relative To Vertical Text Extents. When the item is serialized out as xml, its value is "text". | 
| Margin | 1 | Relative To Margin. When the item is serialized out as xml, its value is "margin". | 
| Page | 2 | Relative To Page. When the item is serialized out as xml, its value is "page". | 
| Equality(VerticalAnchorValues, VerticalAnchorValues) | ||
| Equals(Object) | ||
| Equals(VerticalAnchorValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<VerticalAnchorValues>.Create(String) | ||
| Inequality(VerticalAnchorValues, VerticalAnchorValues) | ||
| Margin | Relative To Margin. When the item is serialized out as xml, its value is "margin". | |
| 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". | |
| ToString() | ||
| VerticalAnchorValues(String) | Creates a new VerticalAnchorValues enum instance |