次の方法で共有


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)

適用対象