LabelAlignmentValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标签对齐
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
字段
名称 | 值 | 说明 |
---|---|---|
Center | 0 | 居中。 当项序列化为 xml 时,其值为“ctr”。 |
Left | 1 | 靠左。 当项序列化为 xml 时,其值为“l”。 |
Right | 2 | 靠右。 将项序列化为 xml 时,其值为“r”。 |
Center | 居中。 当项序列化为 xml 时,其值为“ctr”。 |
|
Equality(LabelAlignmentValues, LabelAlignmentValues) | ||
Equals(LabelAlignmentValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<LabelAlignmentValues>.Create(String) | ||
Inequality(LabelAlignmentValues, LabelAlignmentValues) | ||
LabelAlignmentValues(String) | 创建新的 LabelAlignmentValues 枚举实例 |
|
Left | 靠左。 当项序列化为 xml 时,其值为“l”。 |
|
Right | 靠右。 将项序列化为 xml 时,其值为“r”。 |
|
ToString() |