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

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

XTextContent
(referenced interface's summary:)
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 update 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 update to the document index.
Top of Page