共用方式為


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

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()

Applies to