Share via


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

字段

InfoTextValues(String)

创建新的 InfoTextValues 枚举实例

AutoText 1

术语表文档条目。

将项序列化为 xml 时,其值为“autoText”。

AutoText

术语表文档条目。

将项序列化为 xml 时,其值为“autoText”。

Equals(InfoTextValues)
Equals(Object)
GetHashCode()
Equality(InfoTextValues, InfoTextValues)
Inequality(InfoTextValues, InfoTextValues)
Text 0

文本文本。

当项序列化为 xml 时,其值为“text”。

Text

文本文本。

当项序列化为 xml 时,其值为“text”。

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

适用于