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

unpublished interface XSetSpellAlternatives
Description
allows to modify the suggestion list returned by a spell checker.

Basically this is needed to post-add further suggestions while keeping the originally returned reference from the spell checker. E.g. from the user dictionaries.


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.
setFailureType
void
setFailureType( [in] short  nFailureType );

Description
set the type of error found.
See also
? (no identifier found)
SpellFailure
Top of Page