Spelling Methods

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling Methods

The methods of the Spelling class are listed below. For a complete list of Spelling class members, see the Spelling Members topic.

Public Instance Methods

CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
DeleteWord Deletes the CurrentWord from the Text Property
Dispose (inherited from Component)Overloaded. Releases all resources used by the Component.
EditDistanceOverloaded. Calculates the minimum number of change, inserts or deletes required to change firstWord into secondWord
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
GetWordIndexFromTextIndex Gets the word index from the text index. Use this method to find a word based on the text position.
IgnoreAllWord Ignores all instances of the CurrentWord in the Text Property
IgnoreWord Ignores the instances of the CurrentWord in the Text Property
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
ReplaceAllWordOverloaded. Replaces all instances of the CurrentWord in the Text Property
ReplaceWordOverloaded. Replaces the instances of the CurrentWord in the Text Property
SpellCheckOverloaded. Spell checks the words in the Text property starting at the WordIndex position.
SuggestOverloaded. Populates the Suggestions property with word suggestions for the word
TestWord Checks to see if the word is in the dictionary
ToString (inherited from Component)

Protected Instance Methods

DisposeOverloaded. Clean up any resources being used.
Finalize (inherited from Component)Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
GetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnDeletedWord This is the method that is responsible for notifying receivers that the event occurred
OnDoubledWord This is the method that is responsible for notifying receivers that the event occurred
OnEndOfText This is the method that is responsible for notifying receivers that the event occurred
OnIgnoredWord This is the method that is responsible for notifying receivers that the event occurred
OnMisspelledWord This is the method that is responsible for notifying receivers that the event occurred
OnReplacedWord This is the method that is responsible for notifying receivers that the event occurred

See Also

Spelling Class | NetSpell.SpellChecker Namespace