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