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

interface XSetSpellAlternatives

Methods' Summary
setAlternatives set the list of suggestions to be returned.  
setFailureType set the type of error found.  
Methods' Details
setAlternatives
void
setAlternatives( [in] sequence< string >  aAlternatives );

Description
set the list of suggestions to be returned.
Since
OOo 3.0.1
setFailureType
void
setFailureType( [in] short  nFailureType );

Description
set the type of error found.
Since
OOo 3.0.1
See also
SpellFailure
Top of Page