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

(Global Index)

Syntax

interface XDocumentIndex : com::sun::star::text::XTextContent ;

Description

This is the main interface for a document index.

Use com::sun::star::util::XRefreshable and com::sun::star::lang::XServiceInfo instead, if available.

@deprecated@see com::sun::star::util::XRefreshable

See also

XServiceInfo

Method Summary

getServiceName returns the service name that was used to create this document index type.

update initiates an upate to the document index.

Known Services Which Export this Interface

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

Method Details



getServiceName

Syntax

string getServiceName ();

Description

returns the service name that was used to create this document index type.


update

Syntax

void update ();

Description

initiates an upate to the document index.

Top of Page