Skip to main content

SpellCheckerOpenOfficeDictionary Class

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

Namespace: DevExpress.XtraSpellChecker

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

#Declaration

public class SpellCheckerOpenOfficeDictionary :
    SpellCheckerISpellDictionary

#Remarks

The SpellCheckerOpenOfficeDictionary instance is created by decompressing the base file, specified by the SpellCheckerDictionaryBase.DictionaryPath property, with the help of the affix file located at the SpellCheckerISpellDictionary.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