:: com :: sun :: star :: text ::

interface XDocumentIndexesSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XDocumentIndexesSupplier
Description
gives access to the collection of document indexes.

In general this interface is supported by a TextDocument .


Methods' Summary
getDocumentIndexes
Methods' Details
getDocumentIndexes
::com::sun::star::container::XIndexAccess
getDocumentIndexes();
 
 

Returns
the collection of "DocumentIndexes" currently contained in the object.
Top of Page