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