PowerPoint.Interfaces.ShapeGroupLoadOptions interface

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

注解

[ API 集:PowerPointApi 1.8 ]

属性

$all

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

id

获取形状组的唯一 ID。

shape

返回与 Shape 组关联的 对象。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

id

获取形状组的唯一 ID。

id?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.8 ]

shape

返回与 Shape 组关联的 对象。

shape?: PowerPoint.Interfaces.ShapeLoadOptions;

属性值

注解

[ API 集:PowerPointApi 1.8 ]