SetLineBreakpoints Method (TextAnalysisSink)
In This Topic
Sets line-break opportunities for each character, starting from the specified position.
Syntax
'Declaration
Sub SetLineBreakpoints( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal () As LineBreakpoint _
)
void SetLineBreakpoints(
System.int ,
System.int ,
LineBreakpoint[]
)
Parameters
- textPosition
- The starting text position from which to report.
- textLength
- The number of UTF16 units of the reported range.
- lineBreakpoints
- A reference to a structure that contains breaking conditions set for each character from the starting position to the end of the specified range.
See Also