ooodev.adapter.script.library_container3_partial module

class ooodev.adapter.script.library_container3_partial.LibraryContainer3Partial(component, interface=com.sun.star.script.XLibraryContainer3)[source]

Bases: LibraryContainer2Partial

Partial class for XLibraryContainer3.

Parameters:
  • component (XLibraryContainer3) –

  • interface (UnoInterface | None) –

__init__(component, interface=com.sun.star.script.XLibraryContainer3)[source]

Constructor

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

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

Return type:

None

Returns the location of the library link target.

The returned URL is literally the same as the one provided in create_library_link(). Otherwise the behavior is the same as get_library_link_url()

Raises:
  • com.sun.star.lang.IllegalArgumentExceptionIllegalArgumentException

  • com.sun.star.container.NoSuchElementExceptionNoSuchElementException

Return type:

str

Parameters:

name (str) –