|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module container {
This is the generic interface for supporting the replacement of indexed elements.
Definition: XIndexReplace.idl:29
This is the generic interface for supporting the insertion and removal of indexed elements.
Definition: XIndexContainer.idl:28
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:34
void removeByIndex([in] long Index)
removes the element at the specified index.
Definition: Ambiguous.idl:20
void insertByIndex([in] long Index, [in] any Element)
inserts the given element at the specified index.
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:27
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:31