SpellCheckerOpenOfficeDictionary Constructors
Represents an XtraSpellChecker dictionary originated from a dictionary and affix files of the OpenOffice.org project format.| Name | Parameters | Description |
|---|---|---|
| SpellCheckerOpenOfficeDictionary() | none | Initializes a new instance of the SpellCheckerOpenOfficeDictionary class with the default settings. |
| SpellCheckerOpenOfficeDictionary(String, String, CultureInfo) | dictionaryPath, grammarPath, culture | Creates a new SpellCheckerOpenOfficeDictionary class instance for the specified culture and fills it with wordforms constructed from the base words using affixes. |
See Also