PowerPoint.Interfaces.SlideMasterLoadOptions 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