Nevron.Nov.Text.SpellCheck Namespace : NDictionary Class |
The following tables list the members exposed by NDictionary.
Name | Description | |
---|---|---|
![]() | CultureName | Gets/Sets the culture name. |
![]() | Description | Gets/Sets the dictionary description. |
![]() | WordCount | Gets the number of words in this dictionary. |
Name | Description | |
---|---|---|
![]() | AddWord | Adds the given word to the dictionary. |
![]() | GetAllWords | Gets an iterator that iterates through all words currently stored in the dictionary. |
![]() | GetSuggestions | 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 | Checks whether the given word is correct according to this spell check dictionary. |
![]() | RemoveAllWords | Removes all words from the dictionary. |