Speller Members

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image

The Speller type exposes the following members.

Constructors

  NameDescription
Public methodSpeller()()()()
Initializes a new instance of the Speller class without specifying a dictionary file.
Public methodSpeller(String)
Initializes a new instance of the Speller class by specifying a dictionary file.
Public methodSpeller(String, String)
Initializes a new instance of the Speller class by specifying a dictionary file.

Methods

  NameDescription
Public methodAddWord
Add word to dictionary index.
Public methodAddWordToCustom
Add word to custom dictionary index.
Public methodAppendWordToCustomFile
Append word to custom dictionary file.
Public methodCacheCustomDictionary
Write custom dictionary into cache.
Public methodCacheDictionary
Write dictionary into cache.
Public methodCustomDictionaryInCache
Check whether custom dictionary is in cache.
Public methodDictionaryInCache
Check whether dictionary is in cache.
Public methodSpellCheck
Spell check the provided text, and return the spelling errors and suggestions.

Properties

  NameDescription
Public propertyAutoCorrect
Gets or sets a value that indicates whether auto correct is enabled.
Public propertyIgnoreCompoundWords
Gets or sets a value that indicates whether to ignore compound words.
Public propertyIgnoreEmailAddresses
Gets or sets a value that indicates whether to ignore Email addresses.
Public propertyIgnoreFilenames
Gets or sets a value that indicates whether to ignore filenames.
Public propertyIgnoreHtmlTags
Gets or sets a value that indicates whether to ignore HTML tags.
Public propertyIgnoreInternetAddresses
Gets or sets a value that indicates whether to ignore Internet addresses.
Public propertyIgnoreRepeatedWords
Gets or sets a value that indicates whether to ignore repeated words.
Public propertyIgnoreWordsInMixedCase
Gets or sets a value that indicates whether to ignore words in mixed case.
Public propertyIgnoreWordsInUpperCase
Gets or sets a value that indicates whether to ignore words in uppercase.
Public propertyIgnoreWordsWithNumbers
Gets or sets a value that indicates whether to ignore words with numbers.
Public propertyMaxSuggestions
Gets or sets the maximum number of suggestions.

See Also