Class TextRangeProvider
Represents TextRange provider.
Inheritance
System.Object
TextRangeProvider
Namespace: Telerik.Windows.Automation.FixedDocumentViewer
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class TextRangeProvider : Object, ITextRangeProvider
Constructors
TextRangeProvider(FixedDocumentViewerBase, TextPosition, TextPosition)
Initializes a new instance of the Text
Declaration
public TextRangeProvider(FixedDocumentViewerBase fixedDocumentViewer, TextPosition startPosition, TextPosition endPosition)
Parameters
Fixed The fixed document viewer. |
Telerik. The start position. |
Telerik. The end position. |