Skip to main content
A newer version of this page is available. .

ASPxSpellCheckerOpenOfficeDictionary Class

Represents an ASPxSpellChecker dictionary originated from a dictionary and affix files of the OpenOffice.org project format.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public class ASPxSpellCheckerOpenOfficeDictionary :
    ASPxSpellCheckerISpellDictionary

Remarks

The ASPxSpellCheckerOpenOfficeDictionary 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.

The dictionaries and affix files used are part of the OpenOffice.org project. They are available for download at Dictionaries page.

Note

We bear no responsibility for the content and availability of dictionaries and affix files, since they are part of an open source project OpenOffice.org.

See Also