C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1DocumentSource Class / GetWordDocumentRange Method
A C1DocumentTextPosition object specifying the text position.
The C1.Xaml.Document.Util.IC1TextMeasurementContext to use while building C1DocumentRange.

In This Topic
GetWordDocumentRange Method (C1DocumentSource)
In This Topic
Creates a C1DocumentRange object that defines a word containing a specified position in the document.
Syntax
'Declaration
 
Public Function GetWordDocumentRange( _
   ByVal position As C1DocumentTextPosition, _
   ByVal textMeasurementContext As IC1TextMeasurementContext _
) As C1DocumentRange
 

Parameters

position
A C1DocumentTextPosition object specifying the text position.
textMeasurementContext
The C1.Xaml.Document.Util.IC1TextMeasurementContext to use while building C1DocumentRange.

Return Value

A C1DocumentRange that defines the word that contains or is near the specified position.
See Also