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

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

interface XDocumentIndex

Base Interface
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
com::sun::star::lang::XServiceInfo


Known Services which Export this Interface

com::sun::star::text::BaseIndex specifies the basic service of different indexes within a document.

Methods' Summary

getServiceName returns the service name that was used to create this document index type.
update initiates an upate to the document index.

Methods' Details

getServiceName
 
string
getServiceName();
Description
returns the service name that was used to create this document index type.
update
 
void
update();
Description
initiates an upate to the document index.

Top of Page