Interface ITextRange
Interface publishes text range functionality
Inherited Members
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface ITextRange : IParagraphItem, IEntityBase
Properties
CharacterFormat
Gets text format.
Declaration
CharacterFormat CharacterFormat { get; }
Property Value
| Type |
|---|
| CharacterFormat |
Hyperlink
Gets hyperlink object.
Declaration
Hyperlink Hyperlink { get; }
Property Value
| Type |
|---|
| Hyperlink |
Text
Gets / sets text.
Declaration
string Text { get; set; }
Property Value
| Type |
|---|
| System.String |