Share via


RubyAlignValues 枚举

定义

定义 RubyAlignValues 枚举。

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)
继承
RubyAlignValues
继承
RubyAlignValues

字段

RubyAlignValues(String)

创建新的 RubyAlignValues 枚举实例

Center 0

居中。

当项序列化为 xml 时,其值为“center”。

Center

居中。

当项序列化为 xml 时,其值为“center”。

DistributeLetter 1

分发所有字符。

当项序列化为 xml 时,其值为“distributLetter”。

DistributeLetter

分发所有字符。

当项序列化为 xml 时,其值为“distributLetter”。

DistributeSpace 2

在任一侧分配所有字符(包含额外空格)。

当项序列化为 xml 时,其值为“distributSpace”。

DistributeSpace

在任一侧分配所有字符(包含额外空格)。

当项序列化为 xml 时,其值为“distributSpace”。

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

左对齐。

当项序列化为 xml 时,其值为“left”。

Left

左对齐。

当项序列化为 xml 时,其值为“left”。

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

右对齐。

将项序列化为 xml 时,其值为“right”。

Right

右对齐。

将项序列化为 xml 时,其值为“right”。

RightVertical

与基文本的右侧垂直对齐。

将项序列化为 xml 时,其值为“rightVertical”。

RightVertical 5

与基文本的右侧垂直对齐。

将项序列化为 xml 时,其值为“rightVertical”。

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

适用于