Click or drag to resize
SpellCheckSettings Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.Controls.EditorSpellCheckSettings

Namespace: Kettic.AspNet.Controls.Editor
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class SpellCheckSettings : StateManager

The SpellCheckSettings type exposes the following members.

Constructors
  NameDescription
Public methodSpellCheckSettings
Top
Properties
  NameDescription
Public propertyAjaxUrl
Gets or sets the URL, to which the spellchecker engine AJAX call will be made. Check the help for more information.
Public propertyAllowAddCustom
Gets or sets the value indicating whether the spell will allow adding custom words.
Public propertyCustomDictionarySourceTypeName
Gets or sets the type for the spell custom dictionary provider.
Public propertyCustomDictionarySuffix
Gets or sets the suffix for the custom dictionary files.
Public propertyDictionaryLanguage
Gets or sets the spellcheck language if different than the Language property.
Public propertyDictionaryPath
Gets or sets the path for the dictionary files.
Public propertyEditDistance
Gets or sets a the edit distance. If you increase the value, the checking speed decreases but more suggestions are presented. Applicable only in EditDistance mode.
Public propertyFragmentIgnoreOptions
Configures the spellchecker engine, so that it knows whether to skip URL's, email addresses, and filenames and not flag them as erros.
Public propertySpellCheckProvider
Specifies the spellchecking algorithm that will be used.
Public propertySpellCheckProviderTypeName
Specifies the type name for a custom spell check provider.
Public propertyWordIgnoreOptions
Gets or sets the value used to configure the spellchecker engine to ignore words containing: UPPERCASE, some CaPitaL letters, numbers; or to ignore repeated words (very very)
Top
See Also