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