ooodev.adapter.awt.uno_control_dialog_comp module

class ooodev.adapter.awt.uno_control_dialog_comp.UnoControlDialogComp(component)[source]

Bases: ComponentBase, UnoControlDialogPartial

Class for managing UnoControlDialog Component.

Parameters:

component (UnoControlDialog) –

__init__(component)[source]

Constructor

Parameters:

component (UnoControlDialog) – UNO Component that implements com.sun.star.awt.UnoControlDialog service.

Return type:

None

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

UnoControlDialog Component

Return type:

UnoControlDialog