ooodev.adapter.ui.the_module_ui_configuration_manager_supplier_comp module

class ooodev.adapter.ui.the_module_ui_configuration_manager_supplier_comp.TheModuleUIConfigurationManagerSupplierComp(component)[source]

Bases: ComponentBase, ModuleUIConfigurationManagerSupplierPartial

Class for managing theModuleUIConfigurationManagerSupplier Component.

Parameters:

component (theModuleUIConfigurationManagerSupplier) –

__init__(component)[source]

Constructor

Parameters:

component (theModuleUIConfigurationManagerSupplier) – UNO Component that implements com.sun.star.ui.theModuleUIConfigurationManagerSupplier service.

Return type:

None

classmethod from_lo(lo_inst=None)[source]

Get the singleton instance from the Lo.

Parameters:

lo_inst (LoInst, optional) – LoInst, Defaults to Lo.current_lo.

Returns:

The instance.

Return type:

TheModuleUIConfigurationManagerSupplierComp

property component: com.sun.star.ui.theModuleUIConfigurationManagerSupplier

theModuleUIConfigurationManagerSupplier Component

Return type:

theModuleUIConfigurationManagerSupplier