ooodev.adapter.script.library_container3_partial module
- class ooodev.adapter.script.library_container3_partial.LibraryContainer3Partial(component, interface=com.sun.star.script.XLibraryContainer3)[source]
Bases:
LibraryContainer2PartialPartial 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.XLibraryContainer3interface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XLibraryContainer3.
- Return type:
None
- get_original_library_link_url(name)[source]
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 asget_library_link_url()- Raises:
com.sun.star.lang.IllegalArgumentException –
IllegalArgumentExceptioncom.sun.star.container.NoSuchElementException –
NoSuchElementException
- Return type:
str- Parameters:
name (str) –