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

interface XSetSpellAlternatives

Methods' Summary
setAlternatives set the list of suggestions to be returned.
Since OOo 3.0.1  
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.
See also
SpellFailure

Since OOo 3.0.1
Top of Page