Class RichTextBoxWordInfo
Inheritance
System.Object
RichTextBoxWordInfo
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.Proofing.dll
Syntax
public class RichTextBoxWordInfo : 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>
|