interface XDocumentIndexesSupplier in module com::sun::star::text::

(Global Index)

Syntax

interface XDocumentIndexesSupplier : com::sun::star::uno::XInterface ;

Description

gives access to the collection of document indexes.

In general this interface is supported by a TextDocument .

Method Summary

getDocumentIndexes

Method Details



getDocumentIndexes

Syntax

com::sun::star::container::XIndexAccess getDocumentIndexes ();

Returns

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