Share via


LevelJustificationValues 枚举

定义

水平对齐类型

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

字段

LevelJustificationValues(String)

创建新的 LevelJustificationValues 枚举实例

Center 1

居中对齐。

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

Center

居中对齐。

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

Equals(LevelJustificationValues)
Equals(Object)
GetHashCode()
Left 0

左对齐。

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

Left

左对齐。

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

Equality(LevelJustificationValues, LevelJustificationValues)
Inequality(LevelJustificationValues, LevelJustificationValues)
Right

右对齐。

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

Right 2

右对齐。

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

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

适用于