PowerPoint.Interfaces.SlideData interface

一个描述通过调用 slide.toJSON()返回的数据的接口。

注解

使用方

属性

id

获取幻灯片的唯一 ID。

index

返回幻灯片的从零开始的索引,表示其在演示文稿中的位置。

属性详细信息

id

获取幻灯片的唯一 ID。

id?: string;

属性值

string

注解

API 集:PowerPointApi 1.2

index

返回幻灯片的从零开始的索引,表示其在演示文稿中的位置。

index?: number;

属性值

number

注解

API 集:PowerPointApi 1.8