HunspellDictionary Properties
A dictionary for the Hunspell spell checking algorithm.
Name | Description |
---|---|
Alphabet |
Gets the alphabetical list of characters for the current dictionary.
Inherited from Dictionary |
Culture |
Gets or sets the culture specific settings of the dictionary.
Inherited from Dictionary |
Dictionary |
Gets or sets the path to the dictionary file.
Inherited from Dictionary |
Grammar |
Gets or sets the filename of the affix file (. |
Loaded |
Gets whether the dictionary is loaded.
Inherited from Dictionary |
Word |
Gets the number of word entries contained in the dictionary. |
See Also