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

interface XDocumentIndex
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XComponent
    |
    +-XTextContent
       |
       +-XDocumentIndex
[ 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
See also
::com::sun::star::lang::XServiceInfo
Developers Guide
7.3.7 Text Documents - Working with Text Documents - 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