PowerPoint.Interfaces.ShapeGroupData interface

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

注解

使用方

属性

creationId

获取形状组的创建 ID。 如果形状组没有创建 ID,则返回 null

id

获取形状组的唯一 ID。

属性详细信息

creationId

获取形状组的创建 ID。 如果形状组没有创建 ID,则返回 null

creationId?: string | null;

属性值

string | null

注解

API 集:PowerPointApi 1.10

id

获取形状组的唯一 ID。

id?: string;

属性值

string

注解

API 集:PowerPointApi 1.8