SetBidiLevel Method (TextAnalysisSink)
In This Topic
Sets a bidirectional level on the range, which is called once per run change (either explicit or resolved implicit).
Syntax
'Declaration
Sub SetBidiLevel( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Byte, _
ByVal As System.Byte _
)
void SetBidiLevel(
System.int ,
System.int ,
System.byte ,
System.byte
)
Parameters
- textPosition
- The starting position from which to report.
- textLength
- The number of UTF16 units of the reported range.
- explicitLevel
- The explicit level from the paragraph reading direction and any embedded control codes RLE/RLO/LRE/LRO/PDF, which is determined before any additional rules.
- resolvedLevel
- The final implicit level considering the explicit level and characters' natural directionality, after all Bidi rules have been applied.
See Also