PowerPoint.Interfaces.ShapeGroupLoadOptions interface

表示演示文稿内的形状组。 若要获取相应的 Shape 对象,请使用 ShapeGroup.shape

注解

[ API 集:PowerPointApi 1.8 ]

属性

$all

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

creationId

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

id

获取形状组的唯一 ID。

shape

返回与 Shape 组关联的 对象。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

creationId

注意

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

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

creationId?: boolean;

属性值

boolean

注解

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

id

获取形状组的唯一 ID。

id?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.8 ]

shape

返回与 Shape 组关联的 对象。

shape?: PowerPoint.Interfaces.ShapeLoadOptions;

属性值

注解

[ API 集:PowerPointApi 1.8 ]