ooodev.adapter.ui.document_accelerator_configuration_comp module

class ooodev.adapter.ui.document_accelerator_configuration_comp.DocumentAcceleratorConfigurationComp(component)[source]

Bases: ComponentBase, AcceleratorConfigurationPartial, UIConfigurationEvents

Class for managing DocumentAcceleratorConfiguration Component.

Parameters:

component (DocumentAcceleratorConfiguration) –

__init__(component)[source]

Constructor

Parameters:

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

Return type:

None

create_with_document_root(document_root)[source]

Creates the component with the specified document root.

Return type:

None

Parameters:

document_root (com.sun.star.embed.XStorage) –

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

DocumentAcceleratorConfiguration Component

Return type:

DocumentAcceleratorConfiguration