PhoneticAlignmentValues 枚举

定义

拼音对齐类型

public enum PhoneticAlignmentValues
public readonly struct PhoneticAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues>
type PhoneticAlignmentValues = 
type PhoneticAlignmentValues = struct
    interface IEnumValue
    interface IEnumValueFactory<PhoneticAlignmentValues>
Public Enum PhoneticAlignmentValues
Public Structure PhoneticAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of PhoneticAlignmentValues), IEquatable(Of PhoneticAlignmentValues)
继承
PhoneticAlignmentValues
继承
PhoneticAlignmentValues

字段

PhoneticAlignmentValues(String)

创建新的 PhoneticAlignmentValues 枚举实例

Center 2

居中对齐。

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

Center

居中对齐。

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

Distributed 3

分散对齐。

当项序列化为 xml 时,其值为“分布式”。

Distributed

分散对齐。

当项序列化为 xml 时,其值为“分布式”。

Equals(Object)
Equals(PhoneticAlignmentValues)
GetHashCode()
Left 1

左对齐。

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

Left

左对齐。

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

NoControl 0

无控件。

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

NoControl

无控件。

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

Equality(PhoneticAlignmentValues, PhoneticAlignmentValues)
Inequality(PhoneticAlignmentValues, PhoneticAlignmentValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<PhoneticAlignmentValues>.Create(String)

适用于