@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public class SpellSuggestionsInfo
extends java.lang.Object
Constructor and Description |
---|
SpellSuggestionsInfo(int startOffset,
int endOffset,
java.lang.String word,
java.lang.String[] suggestions) |
Modifier and Type | Method and Description |
---|---|
int |
getEndOffset()
Gets the end offset.
|
int |
getStartOffset()
Gets the start offset.
|
java.lang.String[] |
getSuggestions() |
java.lang.String |
getWord() |
public SpellSuggestionsInfo(int startOffset, int endOffset, java.lang.String word, java.lang.String[] suggestions)
startOffset
- Start offset of the word.endOffset
- End offset of the word.word
- The targeted word for suggestions.suggestions
- List of suggestions.public int getStartOffset()
public int getEndOffset()
public java.lang.String getWord()
public java.lang.String[] getSuggestions()
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.