Package com.day.cq.spellchecker
Class TextCheckResult
java.lang.Object
com.day.cq.spellchecker.TextCheckResult
This class represents the spellchecking results when checking against an entire text.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddWordResult(int startPos, int charCnt, WordCheckResult wordResult) getText()com.day.cq.spellchecker.TextCheckResult.WordResultgetWordResult(int pos) booleanisHtml()toJsonString(boolean sparse)
-
Constructor Details
-
TextCheckResult
-
-
Method Details
-
addWordResult
-
getWordResult
public com.day.cq.spellchecker.TextCheckResult.WordResult getWordResult(int pos) -
getText
-
isHtml
public boolean isHtml() -
getLanguage
-
toJsonString
- Throws:
SpellCheckException
-
toJsonString
- Throws:
SpellCheckException
-