RubyAlignValues 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 RubyAlignValues enumeration.
public enum RubyAlignValues
public readonly struct RubyAlignValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues>
type RubyAlignValues =
type RubyAlignValues = struct
interface IEnumValue
interface IEnumValueFactory<RubyAlignValues>
Public Enum RubyAlignValues
Public Structure RubyAlignValues
Implements IEnumValue, IEnumValueFactory(Of RubyAlignValues), IEquatable(Of RubyAlignValues)
- Inheritance
-
RubyAlignValues
- Inheritance
-
RubyAlignValues
Fields
Name | Value | Description |
---|---|---|
Center | 0 | Center. When the item is serialized out as xml, its value is "center". |
DistributeLetter | 1 | Distribute All Characters. When the item is serialized out as xml, its value is "distributeLetter". |
DistributeSpace | 2 | Distribute all Characters w/ Additional Space On Either Side. When the item is serialized out as xml, its value is "distributeSpace". |
Left | 3 | Left Aligned. When the item is serialized out as xml, its value is "left". |
Right | 4 | Right Aligned. When the item is serialized out as xml, its value is "right". |
RightVertical | 5 | Vertically Aligned to Right of Base Text. When the item is serialized out as xml, its value is "rightVertical". |
Center | Center. When the item is serialized out as xml, its value is "center". |
|
DistributeLetter | Distribute All Characters. When the item is serialized out as xml, its value is "distributeLetter". |
|
DistributeSpace | Distribute all Characters w/ Additional Space On Either Side. When the item is serialized out as xml, its value is "distributeSpace". |
|
Equality(RubyAlignValues, RubyAlignValues) | ||
Equals(Object) | ||
Equals(RubyAlignValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<RubyAlignValues>.Create(String) | ||
Inequality(RubyAlignValues, RubyAlignValues) | ||
Left | Left Aligned. When the item is serialized out as xml, its value is "left". |
|
Right | Right Aligned. When the item is serialized out as xml, its value is "right". |
|
RightVertical | Vertically Aligned to Right of Base Text. When the item is serialized out as xml, its value is "rightVertical". |
|
RubyAlignValues(String) | Creates a new RubyAlignValues enum instance |
|
ToString() |