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

interface XSpellAlternatives

Methods' Summary
getWord  
getLocale  
getFailureType  
getAlternativesCount  
getAlternatives  
Methods' Details
getWord
string
getWord();

Returns
the word that was misspelled.
getLocale
::com::sun::star::lang::Locale
getLocale();

Returns
the Locale which specifies the language of the misspelled word.
getFailureType
short
getFailureType();

Returns
the type (reason) for spell checking to have failed verification.
See also
SpellFailure
getAlternativesCount
short
getAlternativesCount();

Returns
the number of suggested spelling alternatives available.
getAlternatives
sequence< string >
getAlternatives();

Returns
the sequence of suggested spelling alternatives.
Top of Page