AutomaticColorValues Enum

Definition

Defines the AutomaticColorValues enumeration.

public enum AutomaticColorValues
public 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 AutomaticColorValues
Public Structure AutomaticColorValues
Implements IEnumValue, IEnumValueFactory(Of AutomaticColorValues), IEquatable(Of AutomaticColorValues)
Inheritance
AutomaticColorValues
Inheritance
AutomaticColorValues

Fields

AutomaticColorValues(String)

Creates a new AutomaticColorValues enum instance

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".

Equals(AutomaticColorValues)
Equals(Object)
GetHashCode()
Equality(AutomaticColorValues, AutomaticColorValues)
Inequality(AutomaticColorValues, AutomaticColorValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<AutomaticColorValues>.Create(String)

Applies to