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 Summary
Nested Classes Modifier and Type Class Description static classRMSpellCheck.WordAn innder class to represent a misspelled word. 
- 
Constructor Summary
Constructors Constructor Description RMSpellCheck() 
- 
Method Summary
All 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
- 
getMisspelledWord
public 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). 
 - 
 
 -