次の方法で共有


WebColorValues 列挙型

定義

HTML スライド ナビゲーション コントロールの色

public enum WebColorValues
public readonly struct WebColorValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.WebColorValues>, IEquatable<DocumentFormat.OpenXml.Presentation.WebColorValues>
type WebColorValues = 
type WebColorValues = struct
    interface IEnumValue
    interface IEnumValueFactory<WebColorValues>
Public Enum WebColorValues
Public Structure WebColorValues
Implements IEnumValue, IEnumValueFactory(Of WebColorValues), IEquatable(Of WebColorValues)
継承
WebColorValues
継承
WebColorValues

フィールド

WebColorValues(String)

新しい WebColorValues 列挙型インスタンスを作成します

BlackTextOnWhite 5

白い色の黒いテキスト。

項目を xml としてシリアル化されるときに、その値は "blackTextOnWhite" です。

BlackTextOnWhite

白い色の黒いテキスト。

項目を xml としてシリアル化されるときに、その値は "blackTextOnWhite" です。

Browser 1

ブラウザーの色。

アイテムを xml としてシリアル化されるときに、その値は "ブラウザー" です。

Browser

ブラウザーの色。

アイテムを xml としてシリアル化されるときに、その値は "ブラウザー" です。

Equals(Object)
Equals(WebColorValues)
GetHashCode()
None 0

非固有の色。

項目を xml としてシリアル化されるときに、その値は "none" です。

None

非固有の色。

項目を xml としてシリアル化されるときに、その値は "none" です。

Equality(WebColorValues, WebColorValues)
Inequality(WebColorValues, WebColorValues)
PresentationAccent 3

プレゼンテーションのアクセントカラー。

アイテムを xml としてシリアル化されるときに、その値は "presentationAccent" です。

PresentationAccent

プレゼンテーションのアクセントカラー。

アイテムを xml としてシリアル化されるときに、その値は "presentationAccent" です。

PresentationText 2

プレゼンテーション テキストの色。

項目を xml としてシリアル化されるときに、その値は "presentationText" です。

PresentationText

プレゼンテーション テキストの色。

項目を xml としてシリアル化されるときに、その値は "presentationText" です。

ToString()
WhiteTextOnBlack 4

黒い色の白いテキスト。

項目を xml としてシリアル化されるときに、その値は "whiteTextOnBlack" です。

WhiteTextOnBlack

黒い色の白いテキスト。

項目を xml としてシリアル化されるときに、その値は "whiteTextOnBlack" です。

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<WebColorValues>.Create(String)

適用対象