Class RichTextBoxWordInfo
Inheritance
System.Object
RichTextBoxWordInfo
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public class RichTextBoxWordInfo : Object, IWordInfo
Constructors
RichTextBoxWordInfo(TextMapItem)
Properties
ContainsDigits
Declaration
public bool ContainsDigits { get; }
Property Value
System.Boolean
|
ContainsLetters
Declaration
public bool ContainsLetters { get; }
Property Value
System.Boolean
|
IsUppercase
Declaration
public bool IsUppercase { get; }
Property Value
System.Boolean
|
TextMapItems
Declaration
public List<TextMapItem> TextMapItems { get; }
Property Value
System.Collections.Generic.List<TextMapItem>
|