Syntax
interface XMeaning : com::sun::star::uno::XInterface ;
Description
one of the possible meanings for a word.
Represents one of the possible meanings that may be returned from a
XThesaurus::queryMeanings
call and allows for retrieval of its synonyms.
See also
- XThesaurus
-
Method Details
|
|
Syntax
- string getMeaning
();
Description
Returns
-
the meaning represented by this object.
Syntax
- sequence< string > querySynonyms
();
Description
Returns
-
a sequence of strings where each entry is a synonym of the
current objects meaning.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.