NevronOpenVision
Nevron.Nov.Text.SpellCheck Namespace / NTernarySpellCheckDictionary Class
Fields Properties Methods


NTernarySpellCheckDictionary Class Members

The following tables list the members exposed by NTernarySpellCheckDictionary.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets whether this spell check dictionary is case sensitive or not.  
Public PropertyOverridden. Gets the number of words in this dictionary.  
Top
Public Methods
 NameDescription
Public MethodOverridden. Adds the given word to the dictionary.  
Public MethodOverridden. Gets an iterator that iterates through all words currently stored in the dictionary.  
Public MethodOverridden. 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.  
Public MethodOverridden. Checks whether the given word is correct according to this spell check dictionary.  
Public MethodOverridden. Removes all words from the dictionary.  
Top
See Also