ooodev.adapter.awt.uno_control_comp module
- class ooodev.adapter.awt.uno_control_comp.UnoControlComp(component)[source]
Bases:
ComponentBase,WindowPartial,ViewPartial,ControlPartialClass for managing UnoControl Component.
- Parameters:
component (UnoControl) –
- __init__(component)[source]
Constructor
- Parameters:
component (UnoControl) – UNO Component that implements
com.sun.star.awt.UnoControlservice.- Return type:
None
- property component: com.sun.star.awt.UnoControl
UnoControl Component
- Return type:
UnoControl