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 TextRangeProvider class.
Declaration
public TextRangeProvider(FixedDocumentViewerBase fixedDocumentViewer, TextPosition startPosition, TextPosition endPosition)
Parameters
FixedDocumentViewerBase
fixedDocumentViewer
The fixed document viewer. |
Telerik.Windows.Documents.Fixed.Text.TextPosition
startPosition
The start position. |
Telerik.Windows.Documents.Fixed.Text.TextPosition
endPosition
The end position. |