LegendPosition 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 LegendPosition 枚举。
public enum LegendPosition
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public enum LegendPosition
public readonly struct LegendPosition : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition>, IEquatable<DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition>
type LegendPosition =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type LegendPosition =
type LegendPosition = struct
interface IEnumValue
interface IEnumValueFactory<LegendPosition>
Public Enum LegendPosition
Public Structure LegendPosition
Implements IEnumValue, IEnumValueFactory(Of LegendPosition), IEquatable(Of LegendPosition)
- 继承
-
LegendPosition
- 继承
-
LegendPosition
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
Right | 0 | 右。 将项序列化为 xml 时,其值为“right”。 |
Top | 1 | 返回页首。 当项序列化为 xml 时,其值为“top”。 |
Left | 2 | 左。 当项序列化为 xml 时,其值为“left”。 |
Bottom | 3 | 底。 当项序列化为 xml 时,其值为“bottom”。 |
Ninch | 4 | ninch。 当项序列化为 xml 时,其值为“ninch”。 |
Bottom | 底。 当项序列化为 xml 时,其值为“bottom”。 |
|
Equality(LegendPosition, LegendPosition) | ||
Equals(LegendPosition) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<LegendPosition>.Create(String) | ||
Inequality(LegendPosition, LegendPosition) | ||
Left | 左。 当项序列化为 xml 时,其值为“left”。 |
|
LegendPosition(String) | 创建新的 LegendPosition 枚举实例 |
|
Ninch | ninch。 当项序列化为 xml 时,其值为“ninch”。 |
|
Right | 右。 将项序列化为 xml 时,其值为“right”。 |
|
Top | 返回页首。 当项序列化为 xml 时,其值为“top”。 |
|
ToString() |