ooodev.adapter.util.url_transformer_comp module

class ooodev.adapter.util.url_transformer_comp.URLTransformerComp(component)[source]

Bases: ComponentBase, URLTransformerPartial, ServiceInfoPartial

Class for managing URLTransformer Component.

Parameters:

component (XURLTransformer) –

__init__(component)[source]

Constructor

Parameters:

component (UnoControlDialog) – UNO Component that supports com.sun.star.util.URLTransformer` service.

Return type:

None

classmethod from_lo(lo_inst=None)[source]

Creates the instance from the Lo.

Parameters:

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

Returns:

The instance.

Return type:

MenuBarComp

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

URLTransformer Component

Return type:

URLTransformer