Back to Devexpress

SpellCheckerDictionaryBase Class

corelibraries-devexpress-dot-xtraspellchecker-d2591d99.md

latest2.0 KB
Original Source

SpellCheckerDictionaryBase Class

Defines the base class for XtraSpellChecker dictionaries.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public abstract class SpellCheckerDictionaryBase :
    DictionaryBase,
    IDoubleMetaphoneIndexesProvider,
    ICloseWordsCalculatorFactory
vb
Public MustInherit Class SpellCheckerDictionaryBase
    Inherits DictionaryBase
    Implements IDoubleMetaphoneIndexesProvider,
               ICloseWordsCalculatorFactory

Remarks

The SpellCheckerDictionaryBase class implements the very basic functionality that is required by the dictionaries used by the XtraSpellChecker engine.

Implements

ISpellCheckerDictionary

Inheritance

Object DictionaryBase SpellCheckerDictionaryBase SpellCheckerDictionary

SpellCheckerISpellDictionary

SpellCheckerCustomDictionary

SpellCheckerOpenOfficeDictionary

See Also

SpellCheckerDictionaryBase Members

DevExpress.XtraSpellChecker Namespace