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 VerticalAlignmentValues
public readonly struct VerticalAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Math.VerticalAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Math.VerticalAlignmentValues>
type VerticalAlignmentValues =
type VerticalAlignmentValues = struct
interface IEnumValue
interface IEnumValueFactory<VerticalAlignmentValues>
Public Enum VerticalAlignmentValues
Public Structure VerticalAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of VerticalAlignmentValues), IEquatable(Of VerticalAlignmentValues)
- Inheritance
-
VerticalAlignmentValues
- Inheritance
-
VerticalAlignmentValues
Fields
Name | Value | Description |
---|---|---|
Top | 0 | Top. When the item is serialized out as xml, its value is "top". |
Center | 1 | Center (Function). When the item is serialized out as xml, its value is "center". |
Bottom | 2 | bottom. When the item is serialized out as xml, its value is "bottom". |
Bot | 3 | Bottom Alignment. When the item is serialized out as xml, its value is "bot". |
Bot | Bottom Alignment. When the item is serialized out as xml, its value is "bot". |
|
Bottom | bottom. When the item is serialized out as xml, its value is "bottom". |
|
Center | Center (Function). 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) | ||
Top | Top. When the item is serialized out as xml, its value is "top". |
|
ToString() | ||
VerticalAlignmentValues(String) | Creates a new VerticalAlignmentValues enum instance |