次の方法で共有


WebProperties.Color プロパティ

定義

HTML 出力のスライド ナビゲーションの色

スキーマ内の次の属性を表します。 clr

[DocumentFormat.OpenXml.SchemaAttr(0, "clr")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues> Color { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues> Color { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "clr")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues>? Color { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("clr")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues>? Color { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues>? Color { get; set; }
member this.Color : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "clr")>]
member this.Color : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("clr")>]
member this.Color : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues> with get, set
Public Property Color As EnumValue(Of WebColorValues)

プロパティ値

EnumValue<T> を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

HTML 出力の生成時に使用する色制約を指定します。

この属性に使用できる値は、単純型によって ST_WebColorType 定義されます。

適用対象