Package com.reportmill.text
Class RMSpellCheck.Word
- java.lang.Object
- 
- com.reportmill.text.RMSpellCheck.Word
 
- 
- Enclosing class:
- RMSpellCheck
 
 public static class RMSpellCheck.Word extends java.lang.ObjectAn innder class to represent a misspelled word.
- 
- 
Constructor SummaryConstructors Constructor Description Word()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEnd()Returns the end index.intgetStart()Returns the start index.java.lang.StringgetString()Returns the string.java.lang.StringBuffergetStringBuffer()Returns the string buffer.java.util.ListgetSuggestions()Returns a list of suggestions.java.lang.StringtoString()Returns string representation of word.
 
- 
- 
- 
Method Detail- 
getStringpublic java.lang.String getString() Returns the string.
 - 
getStringBufferpublic java.lang.StringBuffer getStringBuffer() Returns the string buffer.
 - 
getStartpublic int getStart() Returns the start index.
 - 
getEndpublic int getEnd() Returns the end index.
 - 
getSuggestionspublic java.util.List getSuggestions() Returns a list of suggestions.
 - 
toStringpublic java.lang.String toString() Returns string representation of word.- Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-