ooodev.adapter.drawing.group_shape_comp module
- class ooodev.adapter.drawing.group_shape_comp.GroupShapeComp(component)[source]
Bases:
ShapeComp
,ShapeGroupPartial
,ShapesPartial
Class for managing EllipseShape Component.
- __init__(component)[source]
Constructor
- Parameters:
component (Any) – UNO component that implements
com.sun.star.drawing.GroupShape
service.- Return type:
None
- property component: com.sun.star.drawing.GroupShape
GroupShape Component
- Return type:
GroupShape