spellcheck.h header
This header is used by multiple technologies. For more information, see:
spellcheck.h contains the following programming interfaces:
Interfaces
IEnumSpellingError An enumeration of the spelling errors. |
IOptionDescription Represents the description of a spell checker option. |
ISpellChecker Represents a particular spell checker for a particular language. |
ISpellChecker2 Represents a particular spell checker for a particular language, with the added ability to remove words from the added words dictionary, or from the ignore list. |
ISpellCheckerChangedEventHandler Allows the caller to create a handler for notifications that the state of the speller has changed. |
ISpellCheckerFactory A factory for instantiating a spell checker (ISpellChecker) as well as providing functionality for determining which languages are supported. |
ISpellingError Provides information about a spelling error. |
IUserDictionariesRegistrar Manages the registration of user dictionaries. |
Enumerations
CORRECTIVE_ACTION Identifies the type of corrective action to be taken for a spelling error. |
WORDLIST_TYPE Identifies one of the types of word lists used by spell checkers. |