GroupShape
Inheritance: java.lang.Object, com.aspose.slides.Shape
All Implemented Interfaces: com.aspose.slides.IGroupShape
public class GroupShape extends Shape implements IGroupShape
Represents a group of shapes on a slide.
Methods
Method | Description |
---|---|
getLineFormat() | Returns the LineFormat object that contains line formatting properties for a shape. |
getGroupShapeLock() | Returns shape’s locks. |
getShapes() | Returns the collection of shapes inside the group. |
getLineFormat()
public ILineFormat 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: ILineFormat
getGroupShapeLock()
public final IGroupShapeLock getGroupShapeLock()
Returns shape’s locks. Read-only IGroupShapeLock.
Returns: IGroupShapeLock
getShapes()
public final IShapeCollection getShapes()
Returns the collection of shapes inside the group. Read-only IShapeCollection.
Returns: IShapeCollection