|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
int getStartIndex()
int getEndIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||