Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpellCheckerOpenOfficeDictionaryExtension Class

An extension instance implementing the SpellCheckerOpenOfficeDictionary functionality in XAML.

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Package: 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