LabelAlignmentValues 枚举

定义

标签对齐

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

字段

LabelAlignmentValues(String)

创建新的 LabelAlignmentValues 枚举实例

Center 0

居中。

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

Center

居中。

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

Equals(LabelAlignmentValues)
Equals(Object)
GetHashCode()
Left 1

靠左。

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

Left

靠左。

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

Equality(LabelAlignmentValues, LabelAlignmentValues)
Inequality(LabelAlignmentValues, LabelAlignmentValues)
Right

靠右。

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

Right 2

靠右。

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

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

适用于