Class TextMapItem
Inheritance
System.Object
TextMapItem
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public class TextMapItem : Object
Constructors
TextMapItem(Int32, Run, Int32, Boolean, Boolean, Boolean, Boolean)
Declaration
public TextMapItem(int indexInRun, Run run, int length, bool containsDigits, bool isUppercase, bool containsOnlySeparators, bool containsLetters)
Parameters
System.Int32
indexInRun
|
System.Windows.Documents.Run
run
|
System.Int32
length
|
System.Boolean
containsDigits
|
System.Boolean
isUppercase
|
System.Boolean
containsOnlySeparators
|
System.Boolean
containsLetters
|
Properties
ContainsDigits
Declaration
public bool ContainsDigits { get; set; }
Property Value
System.Boolean
|
ContainsLetters
Declaration
public bool ContainsLetters { get; set; }
Property Value
System.Boolean
|
ContainsOnlySeparators
Declaration
public bool ContainsOnlySeparators { get; set; }
Property Value
System.Boolean
|
IndexInRun
Declaration
public int IndexInRun { get; set; }
Property Value
System.Int32
|
IsLastInWord
Declaration
public bool IsLastInWord { get; set; }
Property Value
System.Boolean
|
IsUppercase
Declaration
public bool IsUppercase { get; set; }
Property Value
System.Boolean
|
Length
Declaration
public int Length { get; set; }
Property Value
System.Int32
|
Run
Declaration
public Run Run { get; set; }
Property Value
System.Windows.Documents.Run
|
Text
Declaration
public string Text { get; }
Property Value
System.String
|