VerticalTextAlignmentValues 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 VerticalTextAlignmentValues enumeration.
public enum VerticalTextAlignmentValues
public readonly struct VerticalTextAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues>
type VerticalTextAlignmentValues =
type VerticalTextAlignmentValues = struct
interface IEnumValue
interface IEnumValueFactory<VerticalTextAlignmentValues>
Public Enum VerticalTextAlignmentValues
Public Structure VerticalTextAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of VerticalTextAlignmentValues), IEquatable(Of VerticalTextAlignmentValues)
- Inheritance
-
VerticalTextAlignmentValues
- Inheritance
-
VerticalTextAlignmentValues
Fields
VerticalTextAlignmentValues(String) | Creates a new VerticalTextAlignmentValues enum instance |
|
Auto | 4 | Automatically Determine Alignment. When the item is serialized out as xml, its value is "auto". |
Auto | Automatically Determine Alignment. When the item is serialized out as xml, its value is "auto". |
|
Baseline | 2 | Align Text at Baseline. When the item is serialized out as xml, its value is "baseline". |
Baseline | Align Text at Baseline. When the item is serialized out as xml, its value is "baseline". |
|
Bottom | 3 | Align Text at Bottom. When the item is serialized out as xml, its value is "bottom". |
Bottom | Align Text at Bottom. When the item is serialized out as xml, its value is "bottom". |
|
Center | 1 | Align Text at Center. When the item is serialized out as xml, its value is "center". |
Center | Align Text at Center. When the item is serialized out as xml, its value is "center". |
|
Equals(VerticalTextAlignmentValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Equality(VerticalTextAlignmentValues, VerticalTextAlignmentValues) | ||
Inequality(VerticalTextAlignmentValues, VerticalTextAlignmentValues) | ||
Top | 0 | Align Text at Top. When the item is serialized out as xml, its value is "top". |
Top | Align Text at Top. When the item is serialized out as xml, its value is "top". |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<VerticalTextAlignmentValues>.Create(String) |