PowerPoint.Interfaces.SlideMasterCollectionLoadOptions interface

表示演示文稿中的幻灯片母版集合。

属性

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

background

对于集合中的每个项目: 获取幻灯片母版的背景。

id

对于集合中的每个项目: 获取幻灯片母版的唯一 ID。

name

对于集合中的每个项目: 获取幻灯片母版的唯一名称。

属性详细信息

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

background

对于集合中的每个项目: 获取幻灯片母版的背景。

background?: PowerPoint.Interfaces.SlideMasterBackgroundLoadOptions;

属性值

注解

API 集:PowerPointApi 1.10

id

对于集合中的每个项目: 获取幻灯片母版的唯一 ID。

id?: boolean;

属性值

boolean

注解

API 集:PowerPointApi 1.3

name

对于集合中的每个项目: 获取幻灯片母版的唯一名称。

name?: boolean;

属性值

boolean

注解

API 集:PowerPointApi 1.3