ISpellCheckerDictionary Methods
Defines the basic interface for spell checker dictionaries.Name | Description |
---|---|
Clear() | Clears all dictionary entries and inner structures. |
Contains(String) | Determines whether a word is in the dictionary. |
FindWord(String) | Searches for the word in the dictionary. |
Load() | Loads the dictionary and prepares it for use. |
See Also