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

NameTypeAccessDescription
IShapeCollectionIShapeCollectionReadGets the i shape collection.
ShapeCollectionShapeCollectionReadGets the shape collection.

Methods

SignatureDescription
IShapeCollection()IShapeCollectionProperty provides read‑only access to the group’s child shapes via IShapeCollection
ShapeCollection()ShapeCollectionReturns the group’s child shapes as a concrete ShapeCollection object
GroupShape()
shapes()IShapeCollectionReturns the shape collection within this group.
shapes()ShapeCollectionReturns the shape collection within this group.

See Also