Syntax
interface XDocumentIndex : 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
- XServiceInfo
-
Method Summary
|
getServiceName |
returns the service name that was used to create this document index type.
|
|
update |
initiates an upate to the document index.
|
|
Known Services Which Export this Interface
|
com::sun::star::text::BaseIndex -
Method Details
|
|
Syntax
- string getServiceName
();
Description
returns the service name that was used to create this document index type.
Syntax
- void update
();
Description
initiates an upate to the document index.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.