Back to Devexpress

DevExpress.XtraSpellChecker Namespace

corelibraries-devexpress-b752478b.md

latest10.8 KB
Original Source

DevExpress.XtraSpellChecker Namespace

Contains classes which are used to implement the main functionality of the XtraSpellChecker.

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

NuGet Packages : DevExpress.Data, DevExpress.SpellChecker.Core

Classes

NameDescription
AfterCheckEventArgsProvides data for the SpellCheckerBase.AfterCheck event.
AfterCheckWordEventArgsProvides data for the AfterCheckWord event.
BeforeCheckEventArgsProvides data for the BeforeCheck event.
BeforeCheckWordEventArgsProvides data for the BeforeCheckWord event.
CheckSpellingResultRepresents the result of the spelling check.
DictionaryBaseBase class for dictionaries.
DictionaryCollectionRepresents a collection of XtraSpellChecker dictionaries.
DictionaryHelperHelper class to make working with dictionaries easier.
FinishCheckingMainPartEventArgsProvides data for the FinishCheckingMainPart event.
FormShowingEventArgsProvides data for the events which occur when a form is shown - SpellChecker.SpellingFormShowing, SpellChecker.OptionsFormShowing, SpellChecker.CheckCompleteFormShowing.
HunspellDictionaryA dictionary for the Hunspell spell checking algorithm.
IgnoreListRepresents a list of words ignored during spell check.
NotInDictionaryWordFoundEventArgsProvides data for the NotInDictionaryFound event.
OptionsSpellingBaseContains options that affect text processing.
PrepareSuggestionsEventArgsProvides data for the PrepareSuggestions event.
RepeatedWordFoundEventArgsProvides data for the RepeatedWordFound event.
SpellCheckerBaseRepresents the base class for the SpellChecker component.
SpellCheckerCommandServes as a base class for implementing classes that represent XtraSpellChecker actions.
SpellCheckerCustomDictionaryRepresents a custom dictionary of the spell checker.
SpellCheckerDictionaryRepresents a dictionary used by the XtraSpellChecker engine.
SpellCheckerDictionaryBaseDefines the base class for XtraSpellChecker dictionaries.
SpellCheckerISpellDictionaryRepresents an XtraSpellChecker dictionary originated from a dictionary in the ISpell format.
SpellCheckerOpenOfficeDictionaryRepresents an XtraSpellChecker dictionary originated from a dictionary and affix files of the OpenOffice.org project format.
SpellCheckerUnhandledExceptionEventArgsProvides data for the SpellCheckerBase.UnhandledException event.
SpellingErrorInfoProvides information about the spelling error.
SpellingFormShowingEventArgsProvides data for the SpellingFormShowing event.
SuggestionBaseAn instance of this class combines the suggested word and the distance between the suggested and the misspelled words.
SuggestionCollectionA collection of suggestions prepared for a misspelled word.
WordAddedEventArgsProvides data for the ISpellChecker.WordAdded and SpellCheckerBase.WordAdded events.
WrongWordRecordContainer for a misspelled word and words suggested to replace it.

Interfaces

NameDescription
ICheckSpellingResultRepresents the result of the spelling check.
IIgnoreListAn interface used to represent a list of words ignored during spell check.
IOptionsSpellingsThe options used for the spelling check.
ISpellCheckerThe base interface for a spell checker.
ISpellCheckerDictionaryDefines the basic interface for spell checker dictionaries.
ISpellingErrorInfoComprises erroneous word, error type and location.

Delegates

NameDescription
AfterCheckEventHandlerRepresents a method that will handle the SpellCheckerBase.AfterCheck event.
AfterCheckWordEventHandlerRepresents a method that will handle the SpellCheckerBase.AfterCheckWord event.
BeforeCheckEventHandlerRepresents a method that will handle the SpellCheckerBase.BeforeCheck event.
BeforeCheckWordEventHandlerRepresents a method that will handle the SpellCheckerBase.BeforeCheckWord event.
FinishCheckingMainPartEventHandlerRepresents a method that will handle the SpellCheckerBase.FinishCheckingMainPart event.
FormShowingEventHandlerRepresents a method that will handle the SpellChecker.SpellingFormShowing event.
NotInDictionaryWordFoundEventHandlerRepresents a method that will handle the SpellCheckerBase.NotInDictionaryWordFound event.
PrepareSuggestionsEventHandlerRepresents a method that will handle the SpellCheckerBase.PrepareSuggestions event.
RepeatedWordFoundEventHandlerRepresents a method that will handle the SpellCheckerBase.RepeatedWordFound event.
SpellCheckerUnhandledExceptionEventHandlerRepresents a method that will handle the SpellCheckerBase.UnhandledException event.
SpellingFormShowingEventHandlerRepresents a method that will handle the SpellChecker.SpellingFormShowing event.
WordAddedEventHandlerRepresents a method that will handle the ISpellChecker.WordAdded event.

Enums

NameDescription
CheckSpellingResultTypeLists result types of spelling check.
SpellCheckModeLists available operation modes of the spell checker.
SpellCheckOperationLists implemented spell checker operations.
SpellingErrorLists error types found during a spell check.
SpellingFormTypeLists the visual layouts available for the spelling form in XtraSpellChecker.
StopCheckingReasonLists the values specifying the reasons why the spell check was stopped.