ooodev.adapter.drawing.control_shape_comp module

class ooodev.adapter.drawing.control_shape_comp.ControlShapeComp(component)[source]

Bases: ShapeComp, ControlShapePartial, PropertySetPartial, EventEvents, PropertyChangeImplement, VetoableChangeImplement

Class for managing Shape which contains a control.

Parameters:

component (ControlShape) –

__init__(component)[source]

Constructor

Parameters:

component (ControlShape) – UNO Volatile Result Component

Return type:

None

property component: com.sun.star.drawing.ControlShape

Control Shape Component

Return type:

ControlShape