public interface SpellChecker
spellchecker provider
.boolean check(String word)
true
if the
word is correct, else false
word
- word to checkint suggest(String word, String[] suggestions)
word
- word to find suggestions forsuggestions
- list of suggestions to be filled"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"