







The Speller type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddWord |
Add word to dictionary index.
|
![]() | AddWordToCustom |
Add word to custom dictionary index.
|
![]() | AppendWordToCustomFile |
Append word to custom dictionary file.
|
![]() | CacheCustomDictionary |
Write custom dictionary into cache.
|
![]() | CacheDictionary |
Write dictionary into cache.
|
![]() | CustomDictionaryInCache |
Check whether custom dictionary is in cache.
|
![]() | DictionaryInCache |
Check whether dictionary is in cache.
|
![]() | SpellCheck |
Spell check the provided text, and return the spelling errors and suggestions.
|