Back to Devexpress

ASPxSpellCheckerOpenOfficeDictionary Class

aspnet-devexpress-dot-web-dot-aspxspellchecker-b4e425d6.md

latest3.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return ASPxSpellCheckerOpenOfficeDictionary objects:

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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem WebDictionary ASPxSpellCheckerDictionaryBase ASPxSpellCheckerISpellDictionary ASPxSpellCheckerOpenOfficeDictionary

See Also

ASPxSpellCheckerOpenOfficeDictionary Members

Download OpenOffice Dictionaries

Dictionaries

DevExpress.Web.ASPxSpellChecker Namespace