Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XDocumentIndexesSupplier

Base Interface
com::sun::star::uno::XInterface

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