@ConsumerType
public interface SpellChecker
spellchecker provider
.Modifier and Type | Method and Description |
---|---|
boolean |
check(java.lang.String word)
Check a word against the spellchecker.
|
int |
suggest(java.lang.String word,
java.lang.String[] suggestions)
Return spelling suggestions for a word.
|
boolean check(java.lang.String word)
true
if the
word is correct, else false
word
- word to checkint suggest(java.lang.String word, java.lang.String[] suggestions)
word
- word to find suggestions forsuggestions
- list of suggestions to be filledCopyright © 2010 - 2020 Adobe. All Rights Reserved