Name | Description | |
---|---|---|
NSpellChecker Constructor | Creates a new spell checker and initializes it with the default dictionary manager. |
The following tables list the members exposed by NSpellChecker.
Name | Description | |
---|---|---|
NSpellChecker Constructor | Creates a new spell checker and initializes it with the default dictionary manager. |
Name | Description | |
---|---|---|
DictionarySourceProperty | Reference to the DictionarySourceProperty property. | |
DictionarySourcesProperty | Reference to the DictionarySourceList property. | |
EnabledProperty | Reference to the Enabled property. | |
NSpellCheckerSchema | Schema associated with NSpellChecker. |
Name | Description | |
---|---|---|
DictionarySource | Gets or sets the current dictionary source | |
DictionarySources | Gets/Sets the dictionary manager that should enumerate and load spell check dictionaries for this spell checker. | |
Enabled | Gets or sets whether the spell checker is enabled. |
Name | Description | |
---|---|---|
GetMisspelledWordRanges | Gets a list of misspelled word ranges | |
GetOrCreateDictionarySourcesAsync | Gets or creates the dictionary sources. | |
GetSuggestions | Returns an iterator of words that are similar to this word | |
IsCorrect | Returns true if the word at [beginIndex, endIndex] is correct | |
TrySelectDictionaryForCultureAsync | Tries to select a dictionary info for the specified culture name |