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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classAn innder class to represent a misspelled word.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RMSpellCheck.WordgetMisspelledWord(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- 
RMSpellCheckpublic RMSpellCheck()
 
- 
- 
Method Details- 
getMisspelledWordReturns the first mispelled word in a given string starting at the given index (or null or no mispelled words).
 
-