Package com.reportmill.text
Class RMSpellCheck
- java.lang.Object
- 
- com.reportmill.text.RMSpellCheck
 
- 
 public class RMSpellCheck extends java.lang.ObjectThis 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 Classes Modifier and Type Class Description static classRMSpellCheck.WordAn innder class to represent a misspelled word.
 - 
Constructor SummaryConstructors Constructor Description RMSpellCheck()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static RMSpellCheck.WordgetMisspelledWord(java.lang.String aString, int anIndex)Returns the first mispelled word in a given string starting at the given index (or null or no mispelled words).
 
- 
- 
- 
Method Detail- 
getMisspelledWordpublic static RMSpellCheck.Word getMisspelledWord(java.lang.String aString, int anIndex) Returns the first mispelled word in a given string starting at the given index (or null or no mispelled words).
 
- 
 
-