Package com.reportmill.text
Class RMSpellCheck.Word
java.lang.Object
com.reportmill.text.RMSpellCheck.Word
- Enclosing class:
- RMSpellCheck
An innder class to represent a misspelled word.
- 
Constructor Details- 
Wordpublic Word()
 
- 
- 
Method Details- 
getStringReturns the string.
- 
getStringBufferReturns the string buffer.
- 
getStartpublic int getStart()Returns the start index.
- 
getEndpublic int getEnd()Returns the end index.
- 
getSuggestionsReturns a list of suggestions.
- 
toStringReturns string representation of word.
 
-