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

interface XMeaning

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

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

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