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

SpellCheckerOpenOfficeDictionaryExtension Class

An extension instance implementing the SpellCheckerOpenOfficeDictionary functionality in XAML.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, DevExpress.Wpf.SpellChecker

Declaration

public class SpellCheckerOpenOfficeDictionaryExtension :
    DictionaryMarkupExtension

Remarks

Use the SpellCheckerOpenOfficeDictionaryExtension instance to add a custom dictionary in XAML using the DXSpellChecker or RichEditSpellChecker behavior.

The SpellCheckerOpenOfficeDictionaryExtension instance requires the base file (the SpellCheckerOpenOfficeDictionaryExtension.DictionaryUri property) and an affix file (the SpellCheckerOpenOfficeDictionaryExtension.GrammarUri property).

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.

Example

<dxspch:SpellCheckerOpenOfficeDictionaryExtension AlphabetUri="Dictionaries/Alphabet.txt" 
                                                  DictionaryUri="pack://siteoforigin:,,,/Dictionaries/ru_RU.dic" 
                                                GrammarUri="pack://siteoforigin:,,,/Dictionaries/ru_RU.aff"
                                                Culture="ru-RU"/>

Inheritance

Object
MarkupExtension
DevExpress.Xpf.SpellChecker.DictionaryMarkupExtension
SpellCheckerOpenOfficeDictionaryExtension
See Also