Spell Checker API Structure
Use the following links to access reference information about the most important classes in the Spell Checker.
Class | Description |
---|---|
SpellChecker | The component that allows you to add Microsoft Office style spell checking capabilities into your application. |
OptionsSpelling | Contains options that affect text processing. |
CheckAsYouTypeOptions | Represents an object that contains various settings for the SpellCheckMode.AsYouType operation mode of the spell checker. |
SpellCheckerDictionary | Represents a dictionary used by the XtraSpellChecker engine. |
SpellCheckerISpellDictionary | Represents an XtraSpellChecker dictionary originated from a dictionary in the ISpell format. |
SpellCheckerOpenOfficeDictionary | Represents an XtraSpellChecker dictionary originated from a dictionary and affix files of the OpenOffice.org project format. |
SpellCheckerCustomDictionary | Represents a custom dictionary of the spell checker. |
SharedDictionaryStorage | The component that holds dictionaries available for different instances of the SpellChecker component. |
SuggestionCollection | A collection of suggestions prepared for a misspelled word. |