VerticalAlignmentValues 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 VerticalAlignmentValues enumeration.
public enum VerticalAlignmentValuespublic readonly struct VerticalAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues>type VerticalAlignmentValues = type VerticalAlignmentValues = struct
    interface IEnumValue
    interface IEnumValueFactory<VerticalAlignmentValues>Public Enum VerticalAlignmentValuesPublic Structure VerticalAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of VerticalAlignmentValues), IEquatable(Of VerticalAlignmentValues)- Inheritance
- 
				VerticalAlignmentValues
- Inheritance
- 
				VerticalAlignmentValues
Fields
| Name | Value | Description | 
|---|---|---|
| Inline | 0 | In line With Text. When the item is serialized out as xml, its value is "inline". | 
| Top | 1 | Top. When the item is serialized out as xml, its value is "top". | 
| Center | 2 | Centered Vertically. When the item is serialized out as xml, its value is "center". | 
| Bottom | 3 | Bottom. When the item is serialized out as xml, its value is "bottom". | 
| Inside | 4 | Inside Anchor Extents. When the item is serialized out as xml, its value is "inside". | 
| Outside | 5 | Outside Anchor Extents. When the item is serialized out as xml, its value is "outside". | 
| Bottom | Bottom. When the item is serialized out as xml, its value is "bottom". | |
| Center | Centered Vertically. When the item is serialized out as xml, its value is "center". | |
| Equality(VerticalAlignmentValues, VerticalAlignmentValues) | ||
| Equals(Object) | ||
| Equals(VerticalAlignmentValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<VerticalAlignmentValues>.Create(String) | ||
| Inequality(VerticalAlignmentValues, VerticalAlignmentValues) | ||
| Inline | In line With Text. When the item is serialized out as xml, its value is "inline". | |
| Inside | Inside Anchor Extents. When the item is serialized out as xml, its value is "inside". | |
| Outside | Outside Anchor Extents. When the item is serialized out as xml, its value is "outside". | |
| Top | Top. When the item is serialized out as xml, its value is "top". | |
| ToString() | ||
| VerticalAlignmentValues(String) | Creates a new VerticalAlignmentValues enum instance |