ooodev.adapter.ui.module_accelerator_configuration_comp module

class ooodev.adapter.ui.module_accelerator_configuration_comp.ModuleAcceleratorConfigurationComp(component)[source]

Bases: ComponentBase, AcceleratorConfigurationPartial, UIConfigurationEvents

Class for managing ModuleAcceleratorConfiguration Component.

Parameters:

component (ModuleAcceleratorConfiguration) –

__init__(component)[source]

Constructor

Parameters:

component (ModuleAcceleratorConfiguration) – UNO ModuleAcceleratorConfiguration Component that supports com.sun.star.ui.ModuleAcceleratorConfiguration service.

Return type:

None

create_with_module_identifier(module_identifier)[source]

Creates the component with the specified module identifier.

Return type:

None

Parameters:

module_identifier (str) –

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

ModuleAcceleratorConfiguration Component

Return type:

ModuleAcceleratorConfiguration