GroupShape
GroupShape class
Represents a group of shapes on a slide.
getGroupShapeLock
Name | Description |
---|---|
getGroupShapeLock () | Returns shape’s locks. Read-only IGroupShapeLock. |
Returns: GroupShapeLock
getLineFormat
Name | Description |
---|---|
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
Name | Description |
---|---|
getShapes () | Returns the collection of shapes inside the group. Read-only IShapeCollection. |
Returns: ShapeCollection