GroupShape
Overview
GroupShape is a class in Aspose.Slides FOSS for C++.
Represents a group shape that contains a nested collection of shapes.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IShapeCollection | IShapeCollection | Read | Property provides read‑only access to the group’s child shapes via IShapeCollection |
ShapeCollection | ShapeCollection | Read | Returns the group’s child shapes as a concrete ShapeCollection object |
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 |