LevelJustificationValues 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.
Horizontal Alignment Type
public enum LevelJustificationValues
public readonly struct LevelJustificationValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues>
type LevelJustificationValues =
type LevelJustificationValues = struct
interface IEnumValue
interface IEnumValueFactory<LevelJustificationValues>
Public Enum LevelJustificationValues
Public Structure LevelJustificationValues
Implements IEnumValue, IEnumValueFactory(Of LevelJustificationValues), IEquatable(Of LevelJustificationValues)
- Inheritance
-
LevelJustificationValues
- Inheritance
-
LevelJustificationValues
Fields
LevelJustificationValues(String) | Creates a new LevelJustificationValues enum instance |
|
Center | 1 | Align Center. When the item is serialized out as xml, its value is "center". |
Center | Align Center. When the item is serialized out as xml, its value is "center". |
|
Equals(LevelJustificationValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Left | 0 | Align Left. When the item is serialized out as xml, its value is "left". |
Left | Align Left. When the item is serialized out as xml, its value is "left". |
|
Equality(LevelJustificationValues, LevelJustificationValues) | ||
Inequality(LevelJustificationValues, LevelJustificationValues) | ||
Right | Align Right. When the item is serialized out as xml, its value is "right". |
|
Right | 2 | Align Right. When the item is serialized out as xml, its value is "right". |
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<LevelJustificationValues>.Create(String) |