GroupShape
Overview
GroupShape is a class in Aspose.Slides FOSS for Java.
Inherits from: Shape, IGroupShape.
Represents a group of shapes on a slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
shapes | IShapeCollection | Read | Provides access to the IShapeCollection of shapes within the group |
Methods
| Signature | Description |
|---|---|
GroupShape(xmlElement: Element, saveCallback: Runnable) | Creates a {@code GroupShape} backed by the given XML element. |
GroupShape() | Creates a {@code GroupShape} with no backing element. |
getShapes() → IShapeCollection | Returns the collection of shapes contained in the group |