次の方法で共有


LabelAlignmentValues 列挙型

定義

ラベルの配置

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

フィールド

LabelAlignmentValues(String)

新しい LabelAlignmentValues 列挙型インスタンスを作成します

Center 0

中央揃え

項目を xml としてシリアル化されるときに、その値は "ctr" です。

Center

中央揃え

項目を xml としてシリアル化されるときに、その値は "ctr" です。

Equals(LabelAlignmentValues)
Equals(Object)
GetHashCode()
Left 1

左揃え

項目を xml としてシリアル化されるときに、その値は "l" です。

Left

左揃え

項目を xml としてシリアル化されるときに、その値は "l" です。

Equality(LabelAlignmentValues, LabelAlignmentValues)
Inequality(LabelAlignmentValues, LabelAlignmentValues)
Right

右揃え

項目を xml としてシリアル化されるときに、その値は "r" です。

Right 2

右揃え

項目を xml としてシリアル化されるときに、その値は "r" です。

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<LabelAlignmentValues>.Create(String)

適用対象