Class SpellCheckerSettings
Inheritance
System.Object
SpellCheckerSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.dll
Syntax
public class SpellCheckerSettings
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. |