:: com :: sun :: star :: linguistic2 ::
|
unpublished |
interface XSetSpellAlternatives |
|
|
|
- Usage Restrictions
- not published
- 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.
- See also
- XSpellAlternatives
|
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
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.