Skip to main content

DevExpress.XtraSpellChecker Namespace

Contains classes which are used to implement the main functionality of the spell checking component.

Assemblies: DevExpress.Data.v14.2.dll, DevExpress.SpellChecker.v14.2.Core.dll

#Classes

Name Description
AfterCheckWordEventArgs Provides data for the SpellCheckerBase.AfterCheckWord event.
BeforeCheckEventArgs Provides data for the BeforeCheck event.
BeforeCheckWordEventArgs Provides data for the BeforeCheckWord event.
DictionaryCollection Represents a collection of XtraSpellChecker dictionaries.
DictionaryHelper Helper class to make working with dictionaries easier.
FinishCheckingMainPartEventArgs Provides data for the FinishCheckingMainPart event.
FormShowingEventArgs Base class that enables you to manage the event which occurs when a form is shown - the SpellChecker.SpellingFormShowing event.
HunspellDictionary A dictionary for the Hunspell spell checking algorithm.
IgnoreList Represents a list of words being ignored during spell check.
NotInDictionaryWordFoundEventArgs Provides data for the NotInDictionaryFound event.
OptionsSpellingBase Contains options that affect text processing.
PrepareSuggestionsEventArgs Provides data for the PrepareSuggestions event.
RepeatedWordFoundEventArgs Provides data for the RepeatedWordFound event.
SpellCheckerBase Represents the base class for the SpellChecker component.
SpellCheckerCommand Serves as a base class for implementing classes that represent XtraSpellChecker actions.
SpellCheckerCustomDictionary Represents a custom dictionary of the spell checker.
SpellCheckerDictionary Represents a custom dictionary of the spell checker.
SpellCheckerDictionaryBase Defines the base class for XtraSpellChecker dictionaries.
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.
SpellCheckerUnhandledExceptionEventArgs Provides data for the SpellCheckerBase.UnhandledException event.
SpellingFormShowingEventArgs Provides data for the SpellingFormShowing event.
SuggestionBase An instance of this class combines the suggested word and the distance between the suggested and the misspelled words.
SuggestionCollection Represents a collection of suggestions prepared for a missplelled word.
WordAddedEventArgs Provides data for the SpellCheckerBase.WordAdded events.
WrongWordRecord Container for a misspelled word and words suggested to replace it.

#Interfaces

Name Description
ISpellCheckerDictionary Defines the basic interface for spell checker dictionaries.

#Delegates

Name Description
AfterCheckWordEventHandler Represents a method that will handle the SpellCheckerBase.AfterCheckWord event.
BeforeCheckEventHandler Represents a method that will handle the SpellCheckerBase.BeforeCheckWord event.
BeforeCheckWordEventHandler Represents a method that will handle the SpellCheckerBase.BeforeCheckWord event.
FinishCheckingMainPartEventHandler Represents a method that will handle the SpellCheckerBase.FinishCheckingMainPart event.
FormShowingEventHandler Represents a method that will handle the SpellChecker.CheckCompleteFormShowing, the SpellChecker.OptionsFormShowing and the SpellChecker.SpellingFormShowing events.
NotInDictionaryWordFoundEventHandler Represents a method that will handle the SpellCheckerBase.NotInDictionaryWordFound event.
PrepareSuggestionsEventHandler Represents a method that will handle the SpellCheckerBase.PrepareSuggestions event.
RepeatedWordFoundEventHandler Represents a method that will handle the SpellCheckerBase.RepeatedWordFound event.
SpellCheckerUnhandledExceptionEventHandler Represents a method that will handle the SpellCheckerBase.UnhandledException event.
SpellingFormShowingEventHandler Represents a method that will handle the SpellChecker.SpellingFormShowing event.
WordAddedEventHandler Represents a method that will handle the SpellCheckerBase.WordAdded event.

#Enums

Name Description
SpellCheckMode Lists available operation modes of the spell checker.
SpellCheckOperation Lists implemented spell checker operations.
SpellingFormType Lists the visual layouts available for the spelling form.