TextCapsValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
文本大写类型
public enum TextCapsValues
public readonly struct TextCapsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.TextCapsValues>, IEquatable<DocumentFormat.OpenXml.Drawing.TextCapsValues>
type TextCapsValues =
type TextCapsValues = struct
interface IEnumValue
interface IEnumValueFactory<TextCapsValues>
Public Enum TextCapsValues
Public Structure TextCapsValues
Implements IEnumValue, IEnumValueFactory(Of TextCapsValues), IEquatable(Of TextCapsValues)
- 继承
-
TextCapsValues
- 继承
-
TextCapsValues
字段
名称 | 值 | 说明 |
---|---|---|
None | 0 | 文本大写枚举 ( None ) 。 当项序列化为 xml 时,其值为“none”。 |
Small | 1 | 小 ) ( 大写枚举。 将项序列化为 xml 时,其值为“small”。 |
All | 2 | 所有 ) ( 文本大写枚举。 当项序列化为 xml 时,其值为“all”。 |
All | 所有 ) ( 文本大写枚举。 当项序列化为 xml 时,其值为“all”。 |
|
Equality(TextCapsValues, TextCapsValues) | ||
Equals(Object) | ||
Equals(TextCapsValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TextCapsValues>.Create(String) | ||
Inequality(TextCapsValues, TextCapsValues) | ||
None | 文本大写枚举 ( None ) 。 当项序列化为 xml 时,其值为“none”。 |
|
Small | 小 ) ( 大写枚举。 将项序列化为 xml 时,其值为“small”。 |
|
TextCapsValues(String) | 创建新的 TextCapsValues 枚举实例 |
|
ToString() |