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

TdxOpenOfficeDictionary Class

Represents the OpenOffice dictionary.

Declaration

TdxOpenOfficeDictionary = class(
    TdxAffixCompressionDictionary
)

Remarks

The TdxOpenOfficeDictionary represents a dictionary dynamically created at runtime (if specified in the spell checker’s DictionaryItems collection) from a compressed dictionary file (specified by the DictionaryPath property) and an affix file (specified by the GrammarPath property). When used with the TdxOpenOfficeDictionary, these files must support the OpenOffice (Hunspell) format.

The dictionary load can be performed in either two modes – automatically or manually (see the spell checker’s AutoLoadDictionaries property). To learn how to create a dictionary at runtime, see the spell checker’s LoadDictionaries and dictionary’s Load methods.

The TdxOpenOfficeDictionary object is referenced by the spell checker’s DictionaryItems.DictionaryType property.

The OpenOffice format uses Hunspell-based dictionaries. This format is retained for backward compatibility with the ExpressSpellChecker Suite v1. It’s recommended to use the Hunspell format instead.

See Also