[]
Sets the number substitution on the text range affected by the text analysis.
void SetNumberSubstitution(int textPosition, int textLength, NumberSubstitution numberSubstitution)
Type | Name | Description |
---|---|---|
int | textPosition | The starting position from which to report. |
int | textLength | The number of UTF16 units of the reported range. |
NumberSubstitution | numberSubstitution | An object that holds the appropriate digits and numeric punctuation for a given locale. Use CreateNumberSubstitution(NumberSubstitutionMethod, string, Bool) to create this object. |