PowerPoint.Interfaces.ShapeGroupLoadOptions interface

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

属性

$all

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

creationId

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

id

获取形状组的唯一 ID。

shape

返回与组关联的 Shape 对象。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

creationId

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

creationId?: boolean;

属性值

boolean

注解

API 集:PowerPointApi 1.10

id

获取形状组的唯一 ID。

id?: boolean;

属性值

boolean

注解

API 集:PowerPointApi 1.8

shape

返回与组关联的 Shape 对象。

shape?: PowerPoint.Interfaces.ShapeLoadOptions;

属性值

注解

API 集:PowerPointApi 1.8