Back to Devexpress

ASPxSpellCheckerISpellDictionary Class

aspnet-devexpress-dot-web-dot-aspxspellchecker-32a42b02.md

latest3.0 KB
Original Source

ASPxSpellCheckerISpellDictionary Class

Represents an ASPxSpellChecker dictionary originated from a dictionary in the ISpell format.

Namespace : DevExpress.Web.ASPxSpellChecker

Assembly : DevExpress.Web.ASPxSpellChecker.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxSpellCheckerISpellDictionary :
    ASPxSpellCheckerDictionaryBase
vb
Public Class ASPxSpellCheckerISpellDictionary
    Inherits ASPxSpellCheckerDictionaryBase

The following members return ASPxSpellCheckerISpellDictionary objects:

Remarks

The ASPxSpellCheckerISpellDictionary instance is created by decompressing the base file, specified by the WebDictionary.DictionaryPath property, with the help of the affix file located at the ASPxSpellCheckerISpellDictionary.GrammarPath file path. Base files and affix files are a part of the non-commercial GNU ISpell project.

Note

Currently, you should use ISpell dictionaries only in the plain text format - one word per line, rather than hashed (i.e. not processed with the buildhash utility).

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem WebDictionary ASPxSpellCheckerDictionaryBase ASPxSpellCheckerISpellDictionary ASPxSpellCheckerOpenOfficeDictionary

See Also

ASPxSpellCheckerISpellDictionary Members

Dictionaries

DevExpress.Web.ASPxSpellChecker Namespace