次の方法で共有


LegendPosition 列挙型

定義

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()

適用対象