AlignmentValues 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.
Alignment Type
public enum AlignmentValues
public readonly struct AlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.Office.AlignmentValues>, IEquatable<DocumentFormat.OpenXml.Vml.Office.AlignmentValues>
type AlignmentValues =
type AlignmentValues = struct
interface IEnumValue
interface IEnumValueFactory<AlignmentValues>
Public Enum AlignmentValues
Public Structure AlignmentValues
Implements IEnumValue, IEnumValueFactory(Of AlignmentValues), IEquatable(Of AlignmentValues)
- Inheritance
-
AlignmentValues
- Inheritance
-
AlignmentValues
Fields
Name | Value | Description |
---|---|---|
Top | 0 | Top Alignment. When the item is serialized out as xml, its value is "top". |
Middle | 1 | Middle Alignment. When the item is serialized out as xml, its value is "middle". |
Bottom | 2 | Bottom Alignment. When the item is serialized out as xml, its value is "bottom". |
Left | 3 | Left Alignment. When the item is serialized out as xml, its value is "left". |
Center | 4 | Center Alignment. When the item is serialized out as xml, its value is "center". |
Right | 5 | Right Alignment. When the item is serialized out as xml, its value is "right". |
AlignmentValues(String) | Creates a new AlignmentValues enum instance |
|
Bottom | Bottom Alignment. When the item is serialized out as xml, its value is "bottom". |
|
Center | Center Alignment. When the item is serialized out as xml, its value is "center". |
|
Equality(AlignmentValues, AlignmentValues) | ||
Equals(AlignmentValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<AlignmentValues>.Create(String) | ||
Inequality(AlignmentValues, AlignmentValues) | ||
Left | Left Alignment. When the item is serialized out as xml, its value is "left". |
|
Middle | Middle Alignment. When the item is serialized out as xml, its value is "middle". |
|
Right | Right Alignment. When the item is serialized out as xml, its value is "right". |
|
Top | Top Alignment. When the item is serialized out as xml, its value is "top". |
|
ToString() |