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

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

::com::sun::star::text::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.
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
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