GroupShape
Overview
GroupShape is a class in Aspose.Slides FOSS for C++.
Represents a group shape that contains a nested collection of shapes.
This class provides 5 methods for working with GroupShape objects in C++ programs.
Available methods include: GroupShape, IShapeCollection, ShapeCollection, shapes.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Properties: IShapeCollection, ShapeCollection.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IShapeCollection | IShapeCollection | Read | Gets the i shape collection. |
ShapeCollection | ShapeCollection | Read | Gets the shape collection. |
Methods
| Signature | Description |
|---|---|
IShapeCollection() → IShapeCollection | Property provides read‑only access to the group’s child shapes via IShapeCollection |
ShapeCollection() → ShapeCollection | Returns the group’s child shapes as a concrete ShapeCollection object |
GroupShape() | |
shapes() → IShapeCollection | Returns the shape collection within this group. |
shapes() → ShapeCollection | Returns the shape collection within this group. |