ooodev.adapter.drawing.control_shape_partial module
- class ooodev.adapter.drawing.control_shape_partial.ControlShapePartial(component, interface=com.sun.star.drawing.XControlShape)[source]
Bases:
ShapePartialPartial Class for XControlShape.
- Parameters:
component (XControlShape) –
interface (UnoInterface | None) –
- __init__(component, interface=com.sun.star.drawing.XControlShape)[source]
Constructor
- Parameters:
component (XControlShape) – UNO Component that implements
com.sun.star.drawing.XControlShapeinterface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XControlShape.
- Return type:
None