LegendPositionValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
凡例の位置
public enum LegendPositionValues
public readonly struct LegendPositionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues>
type LegendPositionValues =
type LegendPositionValues = struct
interface IEnumValue
interface IEnumValueFactory<LegendPositionValues>
Public Enum LegendPositionValues
Public Structure LegendPositionValues
Implements IEnumValue, IEnumValueFactory(Of LegendPositionValues), IEquatable(Of LegendPositionValues)
- 継承
-
LegendPositionValues
- 継承
-
LegendPositionValues
フィールド
LegendPositionValues(String) | 新しい LegendPositionValues 列挙型インスタンスを作成します |
|
Bottom | 0 | 下に表示します。 項目を xml としてシリアル化されるときに、その値は "b" です。 |
Bottom | 下に表示します。 項目を xml としてシリアル化されるときに、その値は "b" です。 |
|
Equals(Object) | ||
Equals(LegendPositionValues) | ||
GetHashCode() | ||
Left | 左揃え 項目を xml としてシリアル化されるときに、その値は "l" です。 |
|
Left | 2 | 左揃え 項目を xml としてシリアル化されるときに、その値は "l" です。 |
Equality(LegendPositionValues, LegendPositionValues) | ||
Inequality(LegendPositionValues, LegendPositionValues) | ||
Right | 3 | 右揃え 項目を xml としてシリアル化されるときに、その値は "r" です。 |
Right | 右揃え 項目を xml としてシリアル化されるときに、その値は "r" です。 |
|
Top | 4 | 最上部を指定します。 項目を xml としてシリアル化されるときに、その値は "t" です。 |
Top | 最上部を指定します。 項目を xml としてシリアル化されるときに、その値は "t" です。 |
|
TopRight | 右上。 項目を xml としてシリアル化されるときに、その値は "tr" です。 |
|
TopRight | 1 | 右上。 項目を xml としてシリアル化されるときに、その値は "tr" です。 |
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<LegendPositionValues>.Create(String) |