'Declaration Public Function GetWordDocumentRange( _ ByVal position As C1DocumentTextPosition, _ ByVal textMeasurementContext As IC1TextMeasurementContext _ ) As C1DocumentRange
public C1DocumentRange GetWordDocumentRange( C1DocumentTextPosition position, IC1TextMeasurementContext textMeasurementContext )
Parameters
- position
- A C1.Win.C1Document.C1DocumentTextPosition object specifying the text position.
- textMeasurementContext
- The C1.Win.C1Document.Util.IC1TextMeasurementContext to use while building C1.Win.C1Document.C1DocumentRange.
Return Value
A C1.Win.C1Document.C1DocumentRange that defines the word that contains or is near the specified position.