IGroupShape

All Implemented Interfaces: com.aspose.slides.IShape

public interface IGroupShape extends IShape

Represents a group of shapes on a slide.

Methods

MethodDescription
getGroupShapeLock()Returns shape’s locks.
getShapes()Returns the collection of shapes inside the group.

getGroupShapeLock()

public abstract IGroupShapeLock getGroupShapeLock()

Returns shape’s locks. Read-only IGroupShapeLock.

Returns: IGroupShapeLock

getShapes()

public abstract IShapeCollection getShapes()

Returns the collection of shapes inside the group. Read-only IShapeCollection.

Returns: IShapeCollection