RubyAlignValues Enum

Definition

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

RubyAlignValues(String)

Creates a new RubyAlignValues enum instance

Center 0

Center.

When the item is serialized out as xml, its value is "center".

Center

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".

DistributeLetter

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".

DistributeSpace

Distribute all Characters w/ Additional Space On Either Side.

When the item is serialized out as xml, its value is "distributeSpace".

Equals(Object)
Equals(RubyAlignValues)
GetHashCode()
Left 3

Left Aligned.

When the item is serialized out as xml, its value is "left".

Left

Left Aligned.

When the item is serialized out as xml, its value is "left".

Equality(RubyAlignValues, RubyAlignValues)
Inequality(RubyAlignValues, RubyAlignValues)
Right 4

Right Aligned.

When the item is serialized out as xml, its value is "right".

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".

RightVertical 5

Vertically Aligned to Right of Base Text.

When the item is serialized out as xml, its value is "rightVertical".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<RubyAlignValues>.Create(String)

Applies to