Methods in com.jalios.jcms.spellchecker that return types with arguments of type SpellCheckResult |
List<SpellCheckResult> |
XMLmindSpellChecker.spellCheck(String text,
String lang)
Spell-check the specified text in the specified language
and return a list of SpellCheckResult. |
static List<SpellCheckResult> |
SpellCheckerManager.spellCheck(String text,
String lang)
Spell-check the specified text in the specified language
and return a list of SpellCheckResult. |
List<SpellCheckResult> |
SpellChecker.spellCheck(String text,
String lang)
Spell-check the specified text in the specified language
and return a list of SpellCheckResult. |