AutomaticColorValues Enum  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 AutomaticColorValues 枚举。
public enum AutomaticColorValuespublic readonly struct AutomaticColorValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues>type AutomaticColorValues = type AutomaticColorValues = struct
    interface IEnumValue
    interface IEnumValueFactory<AutomaticColorValues>Public Enum AutomaticColorValuesPublic Structure AutomaticColorValues
Implements IEnumValue, IEnumValueFactory(Of AutomaticColorValues), IEquatable(Of AutomaticColorValues)- 继承
- 
				AutomaticColorValues
- 继承
- 
				AutomaticColorValues
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| Auto | 0 | 自动确定的颜色。 当项序列化为 xml 时,其值为“auto”。 | 
| Auto | 自动确定的颜色。 当项序列化为 xml 时,其值为“auto”。 | |
| AutomaticColorValues(String) | 创建新的 AutomaticColorValues 枚举实例 | |
| Equality(AutomaticColorValues, AutomaticColorValues) | ||
| Equals(AutomaticColorValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<AutomaticColorValues>.Create(String) | ||
| Inequality(AutomaticColorValues, AutomaticColorValues) | ||
| ToString() |