GroupShape

GroupShape class

Represents a group of shapes on a slide.

getGroupShapeLock

NameDescription
getGroupShapeLock()Returns shape’s locks. Read-only IGroupShapeLock.

Returns: GroupShapeLock


getLineFormat

NameDescription
getLineFormat()Returns the LineFormat object that contains line formatting properties for a shape. Note: Returns null for GroupShape objects because they don’t have line properties. Read-only ILineFormat.

Returns: LineFormat


getShapes

NameDescription
getShapes()Returns the collection of shapes inside the group. Read-only IShapeCollection.

Returns: ShapeCollection