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
-
Word
public Word()
-
-
Method Details
-
getString
Returns the string. -
getStringBuffer
Returns the string buffer. -
getStart
public int getStart()Returns the start index. -
getEnd
public int getEnd()Returns the end index. -
getSuggestions
Returns a list of suggestions. -
toString
Returns string representation of word.
-