Back to Devexpress

SpellCheckerOpenOfficeDictionaryExtension Class

wpf-devexpress-dot-xpf-dot-spellchecker-0feeb7e9.md

latest2.9 KB
Original Source

SpellCheckerOpenOfficeDictionaryExtension Class

An extension instance implementing the SpellCheckerOpenOfficeDictionary functionality in XAML.

Namespace : DevExpress.Xpf.SpellChecker

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

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public class SpellCheckerOpenOfficeDictionaryExtension :
    DictionaryMarkupExtension
vb
Public Class SpellCheckerOpenOfficeDictionaryExtension
    Inherits 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

xaml
<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

SpellCheckerOpenOfficeDictionaryExtension Members

Download OpenOffice Dictionaries

DevExpress.Xpf.SpellChecker Namespace