IGroupShape
Overview
IGroupShape is a interface in Aspose.Slides FOSS for Java.
Inherits from: IShape.
Represents a group of shapes on a slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
shapes | IShapeCollection | Read | Returns the collection of shapes inside the group. |
Methods
| Signature | Description |
|---|---|
getShapes() → IShapeCollection | Returns the collection of shapes inside the group. |