PowerPoint.Interfaces.SlideLayoutCollectionLoadOptions interface

表示幻灯片母版为幻灯片提供的版式集合。

属性

$all

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

background

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

id

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

name

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

type

对于集合中的每个项: 返回幻灯片版式的类型。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

background

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

background?: PowerPoint.Interfaces.SlideLayoutBackgroundLoadOptions;

属性值

注解

API 集:PowerPointApi 1.10

id

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

id?: boolean;

属性值

boolean

注解

API 集:PowerPointApi 1.3

name

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

name?: boolean;

属性值

boolean

注解

API 集:PowerPointApi 1.3

type

对于集合中的每个项: 返回幻灯片版式的类型。

type?: boolean;

属性值

boolean

注解

API 集:PowerPointApi 1.8