Name | Description | |
---|---|---|
![]() | NTernarySpellCheckDictionary Constructor | Overloaded. |
The following tables list the members exposed by NTernarySpellCheckDictionary.
Name | Description | |
---|---|---|
![]() | NTernarySpellCheckDictionary Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CaseSensitive | Gets whether this spell check dictionary is case sensitive or not. |
![]() | WordCount | Overridden. Gets the number of words in this dictionary. |
Name | Description | |
---|---|---|
![]() | AddWord | Overridden. Adds the given word to the dictionary. |
![]() | GetAllWords | Overridden. Gets an iterator that iterates through all words currently stored in the dictionary. |
![]() | GetSuggestions | Overridden. Gets an iterator that iterates through the words which are similar to the given one and may be used as suggestions in spell checking. The most similar words come first. |
![]() | IsCorrect | Overridden. Checks whether the given word is correct according to this spell check dictionary. |
![]() | RemoveAllWords | Overridden. Removes all words from the dictionary. |