ooodev.adapter.util.path_settings_partial module

class ooodev.adapter.util.path_settings_partial.PathSettingsPartial(component, interface=com.sun.star.util.XPathSettings)[source]

Bases: PathSettingsPropertiesPartial

Partial Class XPathSettings.

Parameters:
  • component (XPathSettings) –

  • interface (UnoInterface | None) –

__init__(component, interface=com.sun.star.util.XPathSettings)[source]

Constructor

Parameters:
  • component (XPathSettings) – UNO Component that implements com.sun.star.util.XPathSettings interface.

  • interface (UnoInterface, optional) – The interface to be validated. Defaults to XPathSettings.

Return type:

None

ooodev.adapter.util.path_settings_partial.get_builder(component)[source]

Get the builder for the component.

Parameters:

component (Any) – The component.

Returns:

Builder instance.

Return type:

DefaultBuilder