InfoTextValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 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”。 |
AutoText | 术语表文档条目。 将项序列化为 xml 时,其值为“autoText”。 |
|
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() |