PowerPoint.Interfaces.SlideCollectionLoadOptions interface
表示演示文稿中的幻灯片集合。
注解
属性
$all |
|
id | 对于集合中的每个项:获取幻灯片的唯一 ID。 |
layout | 对于集合中的每个项:获取幻灯片的版式。 |
slide |
对于集合中的每个项:获取 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
id
layout
对于集合中的每个项:获取幻灯片的版式。
layout?: PowerPoint.Interfaces.SlideLayoutLoadOptions;
属性值
注解
slideMaster
对于集合中的每个项:获取 SlideMaster
表示幻灯片的默认内容的对象。
slideMaster?: PowerPoint.Interfaces.SlideMasterLoadOptions;