PowerPoint.Interfaces.PresentationLoadOptions interface

对象 Presentation 是顶级对象,其中包含一张或多张幻灯片,其中包含演示文稿的内容。 若要详细了解 PowerPoint 对象模型,请参阅 PowerPoint JavaScript 对象模型

注解

[ API 集:PowerPointApi 1.0 ]

属性

$all

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

id

获取演示文稿的 ID。

pageSetup

返回页面设置信息,其属性控制演示文稿的幻灯片设置属性。

properties

获取演示文稿的属性。

title

返回演示文稿的标题。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

id

获取演示文稿的 ID。

id?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.5 ]

pageSetup

注意

此 API 以预览状态提供给开发者,可能根据我们收到的反馈更改。 请勿在生产环境中使用此 API。

返回页面设置信息,其属性控制演示文稿的幻灯片设置属性。

pageSetup?: PowerPoint.Interfaces.PageSetupLoadOptions;

属性值

注解

[ API 集:PowerPointApi BETA (仅预览版) ]

properties

获取演示文稿的属性。

properties?: PowerPoint.Interfaces.DocumentPropertiesLoadOptions;

属性值

注解

[ API 集:PowerPointApi 1.7 ]

title

返回演示文稿的标题。

title?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.0 ]