次の方法で共有


TextAnchoringTypeValues 列挙型

定義

テキスト アンカー型

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

フィールド

TextAnchoringTypeValues(String)

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

Bottom 2

テキスト アンカー列挙型 ( 下 )。

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

Bottom

テキスト アンカー列挙型 ( 下 )。

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

Center 1

テキスト アンカー列挙型 ( 中央 )。

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

Center

テキスト アンカー列挙型 ( 中央 )。

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

Equals(TextAnchoringTypeValues)
Equals(Object)
GetHashCode()
Equality(TextAnchoringTypeValues, TextAnchoringTypeValues)
Inequality(TextAnchoringTypeValues, TextAnchoringTypeValues)
Top 0

テキスト アンカー型列挙型 ( 上 )。

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

Top

テキスト アンカー型列挙型 ( 上 )。

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

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

適用対象