UltimateSpell Class Library |
Speller Members |
Speller Class Constructors Methods Properties See Also Send Feedback |
The Speller type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Speller()()()() |
Initializes a new instance of the Speller class without specifying a dictionary file.
| |
Speller(String) |
Initializes a new instance of the Speller class by specifying a dictionary file.
| |
Speller(String, String) |
Initializes a new instance of the Speller class by specifying a dictionary file.
|
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.
|
Properties
Name | Description | |
---|---|---|
AutoCorrect |
Gets or sets a value that indicates whether auto correct is enabled.
| |
IgnoreCompoundWords |
Gets or sets a value that indicates whether to ignore compound words.
| |
IgnoreEmailAddresses |
Gets or sets a value that indicates whether to ignore Email addresses.
| |
IgnoreFilenames |
Gets or sets a value that indicates whether to ignore filenames.
| |
IgnoreHtmlTags |
Gets or sets a value that indicates whether to ignore HTML tags.
| |
IgnoreInternetAddresses |
Gets or sets a value that indicates whether to ignore Internet addresses.
| |
IgnoreRepeatedWords |
Gets or sets a value that indicates whether to ignore repeated words.
| |
IgnoreWordsInMixedCase |
Gets or sets a value that indicates whether to ignore words in mixed case.
| |
IgnoreWordsInUpperCase |
Gets or sets a value that indicates whether to ignore words in uppercase.
| |
IgnoreWordsWithNumbers |
Gets or sets a value that indicates whether to ignore words with numbers.
| |
MaxSuggestions |
Gets or sets the maximum number of suggestions.
|