:: com :: sun :: star :: linguistic2 ::

interface XMeaning
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XMeaning
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
one of the possible meanings for a word.

Represents one of the possible meanings that may be returned from a ::com::sun::star::linguistic2::XThesaurus::queryMeanings call and allows for retrieval of its synonyms.

See also
unknown ?
XThesaurus

Methods' Summary
getMeaning  
querySynonyms  
Methods' Details
getMeaning
string
getMeaning();

Description
Returns
the meaning represented by this object.
querySynonyms
sequence< string >
querySynonyms();

Description
Returns
a sequence of strings where each entry is a synonym of the current objects meaning.
Top of Page