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

get_pos_size()[source]

Gets the outer bounds of the window.

Return type:

SizePosPX

property component: com.sun.star.awt.UnoControl

UnoControl Component

Return type:

UnoControl