IGroupShape

Overview

IGroupShape is a interface in Aspose.Slides FOSS for Java. Inherits from: IShape.

Represents a group of shapes on a slide.

Properties

NameTypeAccessDescription
shapesIShapeCollectionReadReturns the collection of shapes inside the group.

Methods

SignatureDescription
getShapes()IShapeCollectionReturns the collection of shapes inside the group.

See Also