The Speller type exposes the following members.

Constructors

  NameDescription
SpellerOverloaded.

Methods

  NameDescription
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.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
SpellCheck
Spell check the provided text, and return the spelling errors and suggestions.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.

See Also