AutomaticColorValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the AutomaticColorValues enumeration.
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)- Inheritance
- 
				AutomaticColorValues
- Inheritance
- 
				AutomaticColorValues
Fields
| Name | Value | Description | 
|---|---|---|
| Auto | 0 | Automatically Determined Color. When the item is serialized out as xml, its value is "auto". | 
| Auto | Automatically Determined Color. When the item is serialized out as xml, its value is "auto". | |
| AutomaticColorValues(String) | Creates a new AutomaticColorValues enum instance | |
| Equality(AutomaticColorValues, AutomaticColorValues) | ||
| Equals(AutomaticColorValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<AutomaticColorValues>.Create(String) | ||
| Inequality(AutomaticColorValues, AutomaticColorValues) | ||
| ToString() |