Class SpellCheckerSettings
Inheritance
System.Object
SpellCheckerSettings
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.dll
Syntax
public class SpellCheckerSettings : Object
Constructors
SpellCheckerSettings()
Declaration
public SpellCheckerSettings()
Properties
SpellCheckUppercaseWords
Gets or sets the spell check uppercase words.
Declaration
public bool SpellCheckUppercaseWords { get; set; }
Property Value
System.Boolean
The spell check uppercase words. |
SpellCheckWordsWithNumbers
Gets or sets the spell check words with numbers.
Declaration
public bool SpellCheckWordsWithNumbers { get; set; }
Property Value
System.Boolean
The spell check words with numbers. |