ooodev.adapter.util.the_path_settings_comp module

class ooodev.adapter.util.the_path_settings_comp.ThePathSettingsComp(component)[source]

Bases: ComponentBase, PathSettingsPartial

Class for managing thePathSettings Component.

Parameters:

component (thePathSettings) –

__init__(component)[source]

Constructor

Parameters:

component (thePathSettings) – UNO Component that implements com.sun.star.ui.thePathSettings 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:

ThePathSettingsComp

property component: com.sun.star.util.thePathSettings

thePathSettings Component

Return type:

thePathSettings