[]
Gets the number substitution from the text range affected by the text analysis.
NumberSubstitution GetNumberSubstitution(int textPosition, out int textLength)
Type | Name | Description |
---|---|---|
int | textPosition | The starting position from which to report. |
int | textLength | Contains the length of the text, in characters, remaining in the text range up to the next differing number substitution. |
Type | Description |
---|---|
NumberSubstitution | the number substitution from the text range affected by the text analysis. |
Any implementation should return the number substitution with an incremented reference count, and the analysis will release when finished with it (either before the next call or before it returns). However, the sink callback may hold onto it after that.