GroupShape

概述

GroupShape 是 C++ 的 FOSS 中的 Aspose.Slides 类.

表示包含嵌套的形状集合的组形.

本类提供了5种方法,用于在C++程序中与GroupShape对象工作. 有的方法包括: GroupShape, IShapeCollection, ShapeCollection, shapes. 在安装了Aspose.Slides FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序. 特性: IShapeCollection, ShapeCollection.

属性

名称:类型Access描述情况
IShapeCollectionIShapeCollection阅读获取 i 形状集合。.
ShapeCollectionShapeCollection阅读获取形状集合。.

方法

Signature描述情况
IShapeCollection()IShapeCollection通过 IShapeCollection 对组的子形进行阅读访问.
ShapeCollection()ShapeCollection返回组子形作为一个具体的 ShapeCollection 对象.
GroupShape()
shapes()IShapeCollection返回该组内的形状集合.
shapes()ShapeCollection返回该组内的形状集合.

查看更多

 中文