ooodev.adapter.drawing.shape_comp module
- class ooodev.adapter.drawing.shape_comp.ShapeComp(component)[source]
Bases:
ComponentBase
,ShapePartial
,ShapeDescriptorPartial
,ShapePropertiesPartial
Class for managing Shape Component.
- Parameters:
component (Any) –
- __init__(component)[source]
Constructor
- Parameters:
component (Any) – UNO component that implements
com.sun.star.drawing.Shape
service.- Return type:
None
- property component: com.sun.star.drawing.Shape
Shape Component
- Return type:
Shape