Class RMSpellCheck.Word

java.lang.Object
com.reportmill.text.RMSpellCheck.Word
Enclosing class:
RMSpellCheck

public static class RMSpellCheck.Word extends Object
An innder class to represent a misspelled word.
  • Constructor Details

    • Word

      public Word()
  • Method Details

    • getString

      public String getString()
      Returns the string.
    • getStringBuffer

      public StringBuffer getStringBuffer()
      Returns the string buffer.
    • getStart

      public int getStart()
      Returns the start index.
    • getEnd

      public int getEnd()
      Returns the end index.
    • getSuggestions

      public List getSuggestions()
      Returns a list of suggestions.
    • toString

      public String toString()
      Returns string representation of word.
      Overrides:
      toString in class Object