SpellingCorrector Methods |
The SpellingCorrector type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddRange(IEnumerableString) |
Adds the specified collection of words to this instance of the SpellingCorrector.
|
![]() | AddRange(String) |
Adds the specified collection of words to this instance of the SpellingCorrector.
|
![]() | Clear |
Removes all words from a SpellingCorrector object.
|
![]() | Equals | (Inherited from Object.) |
![]() | Export |
Exports the internal dictionary to the specified text file.
(Overrides DictionaryBaseExport(String).) |
![]() | ExportDictionary |
Exports the dictionary to a file with the specified name.
(Inherited from DictionaryBase.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetWords |
Gets the collection of words that is currently contained in this SpellingCorrector.
|
![]() | Import |
Imports a dictionary from the specified text file.
(Overrides DictionaryBaseImport(String).) |
![]() | ImportDictionary |
Imports a dictionary from the specified file.
(Inherited from DictionaryBase.) |
![]() | Load |
Loads the dictionary data from disk.
(Overrides DictionaryBaseLoad.) |
![]() | LoadDefault |
Loads the default dictionary data.
(Overrides DictionaryBaseLoadDefault.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Merge |
Merges the specified dictionary into the current dictionary.
(Overrides DictionaryBaseMerge(DictionaryBase).) |
![]() | NotifyChanged |
Notifies about the dictionary changed.
(Inherited from DictionaryBase.) |
![]() | Save |
Saves the dictionary data to disk.
(Overrides DictionaryBaseSave.) |
![]() | ToString | (Inherited from Object.) |