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

deprecated interface XDocumentIndex
Base Interfaces
XDocumentIndexXTextContent
   ┗ ::com::sun::star::lang::XComponent

XTextContent
(referenced interface's summary:)
enables objects to be inserted into a text and to provide their location in a text once they are inserted into it.
Usage Restrictions
deprecated
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.

See also
::com::sun::star::util::XRefreshable, ::com::sun::star::lang::XServiceInfo
Developers Guide
Text - Indexes and Index Marks

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