Speller
|
Overloaded. Initializes a new instance of the Speller class. |
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. |
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 (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
SpellCheck | Spell check the provided text, and return the spelling errors and suggestions. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Speller Class | Karamasoft.WebControls.UltimateSpell Namespace