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