Class RMSpellCheck

java.lang.Object
com.reportmill.text.RMSpellCheck

public class RMSpellCheck extends Object
This class provides provides generic spell check API ideal for RM's needs. The abstraction should let us plug in any spell check technology.
  • Constructor Details

    • RMSpellCheck

      public RMSpellCheck()
  • Method Details

    • getMisspelledWord

      public static RMSpellCheck.Word getMisspelledWord(String aString, int anIndex)
      Returns the first mispelled word in a given string starting at the given index (or null or no mispelled words).