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


In This Topic
    NDictionary Class Members
    In This Topic

    The following tables list the members exposed by NDictionary.

    Public Properties
     NameDescription
    Public PropertyGets/Sets the culture name.  
    Public PropertyGets/Sets the dictionary description.  
    Public PropertyGets the number of words in this dictionary.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the given word to the dictionary.  
    Public MethodGets an iterator that iterates through all words currently stored in the dictionary.  
    Public MethodGets 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 MethodChecks whether the given word is correct according to this spell check dictionary.  
    Public MethodRemoves all words from the dictionary.  
    Top
    Protected Methods
     NameDescription
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Method  
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Methodstatic (Shared in Visual Basic)  
    Top
    See Also