public class SpellCheckSuggestionImpl.SpellCheckSubStringSuggestionImpl extends java.lang.Object implements SpellCheckSuggestion.SpellCheckSubStringSuggestion
Constructor and Description |
---|
SpellCheckSubStringSuggestionImpl() |
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
int |
getOffset() |
java.lang.String |
getStr() |
void |
setLength(int length) |
void |
setOffset(int offset) |
void |
setStr(java.lang.String str) |
public int getOffset()
getOffset
in interface SpellCheckSuggestion.SpellCheckSubStringSuggestion
public int getLength()
getLength
in interface SpellCheckSuggestion.SpellCheckSubStringSuggestion
public java.lang.String getStr()
getStr
in interface SpellCheckSuggestion.SpellCheckSubStringSuggestion
public void setOffset(int offset)
public void setLength(int length)
public void setStr(java.lang.String str)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.