Package com.teamdev.jxbrowser.spellcheck
Interface SpellCheckingResult
public interface SpellCheckingResult
A spell checking result that contains the bounds of a mis-spelled substring of the checked text.
-
Method Summary
-
Method Details
-
location
default int location()Returns the location of the first symbol in the mis-spelled word in the checked text that is considered as mis-spelled by the spell checker. -
length
default int length()Returns the length of the mis-spelled word in the checked text.
-