Skip to main content

TdxAffixCompressionDictionary Properties

Represents the base class for affix-compressed dictionaries (ISpell and Hunspell dictionaries).
Name Description
Active Returns whether the dictionary is used for spell checking. Inherited from TdxCustomSpellCheckerDictionary.
Alphabet Specifies the corresponding language’s alphabet. Inherited from TdxCustomSpellCheckerDictionary.
CheckCapitalization Specifies whether a dictionary supports a case-sensitive search. Inherited from TdxSpellCheckerDictionary.
CodePage Specifies the dictionary’s code page. Inherited from TdxCustomSpellCheckerDictionary.
DictionaryPath Specifies the dictionary file from which a dictionary is created based on rules provided by the affix file.
Enabled Specifies whether the dictionary is enabled. Inherited from TdxCustomSpellCheckerDictionary.
GrammarPath Specifies the affix file used to build up a dictionary from the affix-compressed dictionary file specified by the DictionaryPath property.
Language Specifies the dictionary’s language. Inherited from TdxCustomSpellCheckerDictionary.
Loaded Returns whether the dictionary is loaded into memory. Inherited from TdxCustomSpellCheckerDictionary.
SpellChecker Returns a spell checker. Inherited from TdxSpellCheckerPersistent.
WordCount Returns the number of words in the dictionary. Inherited from TdxSpellCheckerDictionary.
See Also