次の方法で共有


TextAnchorHorizontalValues 列挙型

定義

テキスト アンカーの水平

public enum TextAnchorHorizontalValues
public readonly struct TextAnchorHorizontalValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues>
type TextAnchorHorizontalValues = 
type TextAnchorHorizontalValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TextAnchorHorizontalValues>
Public Enum TextAnchorHorizontalValues
Public Structure TextAnchorHorizontalValues
Implements IEnumValue, IEnumValueFactory(Of TextAnchorHorizontalValues), IEquatable(Of TextAnchorHorizontalValues)
継承
TextAnchorHorizontalValues
継承
TextAnchorHorizontalValues

フィールド

TextAnchorHorizontalValues(String)

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

Center 1

中央揃え

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

Center

中央揃え

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

Equals(TextAnchorHorizontalValues)
Equals(Object)
GetHashCode()
None 0

なし。

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

None

なし。

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

Equality(TextAnchorHorizontalValues, TextAnchorHorizontalValues)
Inequality(TextAnchorHorizontalValues, TextAnchorHorizontalValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TextAnchorHorizontalValues>.Create(String)

適用対象