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

NameTypeAccessDescription
shapesIShapeCollectionReadProvides access to the IShapeCollection of shapes within the group

Methods

SignatureDescription
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()IShapeCollectionReturns the collection of shapes contained in the group

See Also