次の方法で共有


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

フィールド

名前 説明
None 0

非固有の色。

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

Browser 1

ブラウザーの色。

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

PresentationText 2

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

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

PresentationAccent 3

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

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

WhiteTextOnBlack 4

黒い色の白いテキスト。

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

BlackTextOnWhite 5

白い色の黒いテキスト。

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

BlackTextOnWhite

白い色の黒いテキスト。

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

Browser

ブラウザーの色。

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

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

非固有の色。

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

PresentationAccent

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

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

PresentationText

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

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

ToString()
WebColorValues(String)

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

WhiteTextOnBlack

黒い色の白いテキスト。

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

適用対象