BackgroundProperties.ShadeToTitle 属性

定义

底纹到标题

表示架构中的以下属性:shadeToTitle

[DocumentFormat.OpenXml.SchemaAttr(0, "shadeToTitle")]
public DocumentFormat.OpenXml.BooleanValue ShadeToTitle { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShadeToTitle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "shadeToTitle")]
public DocumentFormat.OpenXml.BooleanValue? ShadeToTitle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("shadeToTitle")]
public DocumentFormat.OpenXml.BooleanValue? ShadeToTitle { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShadeToTitle { get; set; }
member this.ShadeToTitle : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "shadeToTitle")>]
member this.ShadeToTitle : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("shadeToTitle")>]
member this.ShadeToTitle : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShadeToTitle As BooleanValue

属性值

返回 BooleanValue

属性

注解

使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。

指定幻灯片的背景是否为标题类型的阴影。 这种类型的渐变填充位于幻灯片背景上,根据幻灯片标题占位符的位置而更改。 下面是一个示例。

94f6506b-cf9a-4784-ba22-d61e377f09db

此属性的可能值由 XML 架构 boolean 数据类型定义。

适用于