HunspellDictionary Properties
A dictionary for the Hunspell spell checking algorithm.Name | Description |
---|---|
AlphabetChars | Gets the alphabetical list of characters for the current dictionary. Inherited from DictionaryBase. |
Culture | Gets or sets the culture specific settings of the dictionary. Inherited from DictionaryBase. |
DictionaryPath | Gets or sets the path to the dictionary file. Inherited from DictionaryBase. |
GrammarPath | Gets or sets the filename of the affix file (.aff) to be loaded. |
Loaded | Gets whether the dictionary is loaded. Inherited from DictionaryBase. |
WordCount | Gets the number of word entries contained in the dictionary. |
See Also