AnalyzeNumberSubstitution(TextAnalysisSource,Int32,Int32,TextAnalysisSink) Method
Analyzes a text range for spans where number substitution is applicable, reading attributes from the source and reporting substitutable ranges to the sink callback {{SetNumberSubstitution}}.
'Declaration
Public Overloads Sub AnalyzeNumberSubstitution( _
ByVal As TextAnalysisSource, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As TextAnalysisSink _
)
Parameters
- analysisSource
- The source object to analyze.
- textPosition
- The starting position within the source object.
- textLength
- The length to analyze.
- analysisSink
- A reference to the sink callback object that receives the text analysis.