Nevron Open Vision Documentation
Nevron.Nov.Text.SpellCheck Namespace / NTernarySpellCheckDictionary Class
Fields Properties Methods


In This Topic
    NTernarySpellCheckDictionary Class Members
    In This Topic

    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 PropertyGets/Sets the culture name. (Inherited from Nevron.Nov.Text.SpellCheck.NDictionary)
    Public PropertyGets/Sets the dictionary description. (Inherited from Nevron.Nov.Text.SpellCheck.NDictionary)
    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
    Protected Methods
     NameDescription
    Internal Method (Inherited from Nevron.Nov.Text.SpellCheck.NDictionary)
    Top
    See Also