echopointng.richtext
Interface RichTextSpellChecker.SpellCheckerWord

Enclosing interface:
RichTextSpellChecker

public static interface RichTextSpellChecker.SpellCheckerWord

SpellCheckerWord is used to indicate the words contained within a block of text. This allows different rules for punctuation etc..

The start and end index follow the same sematics as String.substring(start,end);


Method Summary
 int getEndIndex()
          The ending index of the word within the text buffer, exclusive
 int getStartIndex()
          The starting index of the word within the text buffer, inclusive.
 

Method Detail

getStartIndex

int getStartIndex()
The starting index of the word within the text buffer, inclusive.

Returns:
The starting index of the word within the text buffer.

getEndIndex

int getEndIndex()
The ending index of the word within the text buffer, exclusive

Returns:
The ending index of the word within the text buffer.