DataLabelPositionValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
数据标签位置
public enum DataLabelPositionValues
public readonly struct DataLabelPositionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues>
type DataLabelPositionValues =
type DataLabelPositionValues = struct
interface IEnumValue
interface IEnumValueFactory<DataLabelPositionValues>
Public Enum DataLabelPositionValues
Public Structure DataLabelPositionValues
Implements IEnumValue, IEnumValueFactory(Of DataLabelPositionValues), IEquatable(Of DataLabelPositionValues)
- 继承
-
DataLabelPositionValues
- 继承
-
DataLabelPositionValues
字段
名称 | 值 | 说明 |
---|---|---|
BestFit | 0 | 最佳拟合度。 当项序列化为 xml 时,其值为“bestFit”。 |
Bottom | 1 | 底端对齐。 当项序列化为 xml 时,其值为“b”。 |
Center | 2 | 居中。 当项序列化为 xml 时,其值为“ctr”。 |
InsideBase | 3 | Base 内部。 将项序列化为 xml 时,其值为“inBase”。 |
InsideEnd | 4 | Inside End。 当项序列化为 xml 时,其值为“inEnd”。 |
Left | 5 | 靠左。 当项序列化为 xml 时,其值为“l”。 |
OutsideEnd | 6 | 外部端。 将项序列化为 xml 时,其值为“outEnd”。 |
Right | 7 | 靠右。 将项序列化为 xml 时,其值为“r”。 |
Top | 8 | 顶端对齐。 当项序列化为 xml 时,其值为“t”。 |
BestFit | 最佳拟合度。 当项序列化为 xml 时,其值为“bestFit”。 |
|
Bottom | 底端对齐。 当项序列化为 xml 时,其值为“b”。 |
|
Center | 居中。 当项序列化为 xml 时,其值为“ctr”。 |
|
DataLabelPositionValues(String) | 创建新的 DataLabelPositionValues 枚举实例 |
|
Equality(DataLabelPositionValues, DataLabelPositionValues) | ||
Equals(DataLabelPositionValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<DataLabelPositionValues>.Create(String) | ||
Inequality(DataLabelPositionValues, DataLabelPositionValues) | ||
InsideBase | Base 内部。 将项序列化为 xml 时,其值为“inBase”。 |
|
InsideEnd | Inside End。 当项序列化为 xml 时,其值为“inEnd”。 |
|
Left | 靠左。 当项序列化为 xml 时,其值为“l”。 |
|
OutsideEnd | 外部端。 将项序列化为 xml 时,其值为“outEnd”。 |
|
Right | 靠右。 将项序列化为 xml 时,其值为“r”。 |
|
Top | 顶端对齐。 当项序列化为 xml 时,其值为“t”。 |
|
ToString() |