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 简单类型定义。

适用于