AnalyzeBidi(TextAnalysisQuickSource,Int32,Int32,TextAnalysisSink) Method
In This Topic
Analyzes a text range for script directionality, reading attributes from the source and reporting levels to the sink callback {{SetBidiLevel}}.
Syntax
Parameters
- analysisSource
- A reference to a source object to analyze.
- textPosition
- The starting text position within the source object.
- textLength
- The text length to analyze.
- analysisSink
- A reference to the sink callback object that receives the text analysis.
See Also