SetNumberSubstitution Method (TextAnalysisSink)
In This Topic
Sets the number substitution on the text range affected by the text analysis.
Syntax
'Declaration
Sub SetNumberSubstitution( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As NumberSubstitution _
)
void SetNumberSubstitution(
System.int ,
System.int ,
NumberSubstitution
)
Parameters
- textPosition
- The starting position from which to report.
- textLength
- The number of UTF16 units of the reported range.
- numberSubstitution
- An object that holds the appropriate digits and numeric punctuation for a given locale. Use Factory.CreateNumberSubstitution to create this object.
See Also