SpellChecker Class Members
In This Topic
The following tables list the members exposed by SpellChecker.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CustomDictionaries |
Return the list of custom dictionaries.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Language |
Gets or Sets the Spellchecker language per RFC 3066. For example, use en-US for U.S. English or fr-FR for France French.
|
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | AddToDictionary |
Adds the specified word to the dictionary.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CheckSentence |
Returns a list of tuples of integers, each containing the start position and length of each spelling error in the sentence.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetSuggestions |
Returns an array of suggestions for the specified word. Returns null if the word is properly spelled.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | IgnoreAll |
Will ignore the specified spelling error for the lifetime of the spell checker object.
|
Top
See Also