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

interface XDictionaryEntry

Methods' Summary
getDictionaryWord  
isNegative  
getReplacementText is the suggested replacement text for negative words.  
Methods' Details
getDictionaryWord
string
getDictionaryWord();

Returns
the word defining this entry.
isNegative
boolean
isNegative();

Returns
true if the word (entry) is a negative one and should not be used, false otherwise.
getReplacementText
string
getReplacementText();

Description
is the suggested replacement text for negative words.

It is undefined if the entry is not negative.

Returns
the replacement text for a negative entry. An empty string indicates that no replacement text is provided.
Top of Page