TextAlignmentTypeValues 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.
Text Alignment Types
public enum TextAlignmentTypeValues
public readonly struct TextAlignmentTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues>, IEquatable<DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues>
type TextAlignmentTypeValues =
type TextAlignmentTypeValues = struct
interface IEnumValue
interface IEnumValueFactory<TextAlignmentTypeValues>
Public Enum TextAlignmentTypeValues
Public Structure TextAlignmentTypeValues
Implements IEnumValue, IEnumValueFactory(Of TextAlignmentTypeValues), IEquatable(Of TextAlignmentTypeValues)
- Inheritance
-
TextAlignmentTypeValues
- Inheritance
-
TextAlignmentTypeValues
Fields
Name | Value | Description |
---|---|---|
Left | 0 | Text Alignment Enum ( Left ). When the item is serialized out as xml, its value is "l". |
Center | 1 | Text Alignment Enum ( Center ). When the item is serialized out as xml, its value is "ctr". |
Right | 2 | Text Alignment Enum ( Right ). When the item is serialized out as xml, its value is "r". |
Justified | 3 | Text Alignment Enum ( Justified ). When the item is serialized out as xml, its value is "just". |
JustifiedLow | 4 | Text Alignment Enum ( Justified Low ). When the item is serialized out as xml, its value is "justLow". |
Distributed | 5 | Text Alignment Enum ( Distributed ). When the item is serialized out as xml, its value is "dist". |
ThaiDistributed | 6 | Text Alignment Enum ( Thai Distributed ). When the item is serialized out as xml, its value is "thaiDist". |
Center | Text Alignment Enum ( Center ). When the item is serialized out as xml, its value is "ctr". |
|
Distributed | Text Alignment Enum ( Distributed ). When the item is serialized out as xml, its value is "dist". |
|
Equality(TextAlignmentTypeValues, TextAlignmentTypeValues) | ||
Equals(Object) | ||
Equals(TextAlignmentTypeValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TextAlignmentTypeValues>.Create(String) | ||
Inequality(TextAlignmentTypeValues, TextAlignmentTypeValues) | ||
Justified | Text Alignment Enum ( Justified ). When the item is serialized out as xml, its value is "just". |
|
JustifiedLow | Text Alignment Enum ( Justified Low ). When the item is serialized out as xml, its value is "justLow". |
|
Left | Text Alignment Enum ( Left ). When the item is serialized out as xml, its value is "l". |
|
Right | Text Alignment Enum ( Right ). When the item is serialized out as xml, its value is "r". |
|
TextAlignmentTypeValues(String) | Creates a new TextAlignmentTypeValues enum instance |
|
ThaiDistributed | Text Alignment Enum ( Thai Distributed ). When the item is serialized out as xml, its value is "thaiDist". |
|
ToString() |