Package com.reportmill.text
Class RMSpellCheck
java.lang.Object
com.reportmill.text.RMSpellCheck
This class provides provides generic spell check API ideal for RM's needs. The abstraction should let us
plug in any spell check technology.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An innder class to represent a misspelled word. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RMSpellCheck.Word
getMisspelledWord
(String aString, int anIndex) Returns the first mispelled word in a given string starting at the given index (or null or no mispelled words).
-
Constructor Details
-
RMSpellCheck
public RMSpellCheck()
-
-
Method Details
-
getMisspelledWord
Returns the first mispelled word in a given string starting at the given index (or null or no mispelled words).
-