LibreOffice
LibreOffice 5.0 SDK API Reference
|
provides access to all indexes in a document. More...
import "DocumentIndexes.idl";
Exported Interfaces | |
interface | com::sun::star::container::XNameAccess |
This interface makes it possible to access all BaseIndex instances within this context (e.g., a document) by its name. More... | |
interface | com::sun::star::container::XIndexAccess |
This interface makes it possible to access all BaseIndex instances within this context (e.g., a document) by its index. More... | |
Additional Inherited Members | |
![]() | |
any | getByName ([in] string aName) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ) |
sequence< string > | getElementNames () |
boolean | hasByName ([in] string aName) |
![]() | |
long | getCount () |
any | getByIndex ([in] long Index) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) |
provides access to all indexes in a document.
interface com::sun::star::container::XIndexAccess |
This interface makes it possible to access all BaseIndex instances within this context (e.g., a document) by its index.
The type of the interfaces returned by this collection is always XDocumentIndex.
interface com::sun::star::container::XNameAccess |
This interface makes it possible to access all BaseIndex instances within this context (e.g., a document) by its name.
The type of the interfaces returned by this collection is always XDocumentIndex.