次の方法で共有


InfoTextValues 列挙型

定義

InfoTextValues 列挙型を定義します。

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

フィールド

名前 説明
Text 0

リテラル テキスト。

アイテムを xml としてシリアル化されるときに、その値は "text" です。

AutoText 1

用語集ドキュメントエントリ。

アイテムを xml としてシリアル化されるときに、その値は "定型句" です。

AutoText

用語集ドキュメントエントリ。

アイテムを xml としてシリアル化されるときに、その値は "定型句" です。

Equality(InfoTextValues, InfoTextValues)
Equals(InfoTextValues)
Equals(Object)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<InfoTextValues>.Create(String)
Inequality(InfoTextValues, InfoTextValues)
InfoTextValues(String)

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

Text

リテラル テキスト。

アイテムを xml としてシリアル化されるときに、その値は "text" です。

ToString()

適用対象