ClassTextRangeProvider
Class
Represents TextRange provider.
Definition
Namespace:Telerik.Windows.Automation.FixedDocumentViewer
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
cs-api-definition
public class TextRangeProvider : ITextRangeProvider
Inheritance: objectTextRangeProvider
Implements:
Constructors
TextRangeProvider(FixedDocumentViewerBase, TextPosition, TextPosition)
Initializes a new instance of the TextRangeProvider class.
Declaration
cs-api-definition
public TextRangeProvider(FixedDocumentViewerBase fixedDocumentViewer, TextPosition startPosition, TextPosition endPosition)
Parameters
fixedDocumentViewer
The fixed document viewer.
startPosition
TextPosition
The start position.
endPosition
TextPosition
The end position.