Share via


AutomaticColorValues 枚举

定义

定义 AutomaticColorValues 枚举。

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)
继承
AutomaticColorValues
继承
AutomaticColorValues

字段

AutomaticColorValues(String)

创建新的 AutomaticColorValues 枚举实例

Auto 0

自动确定的颜色。

当项序列化为 xml 时,其值为“auto”。

Auto

自动确定的颜色。

当项序列化为 xml 时,其值为“auto”。

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

适用于