Sets line-break opportunities for each character, starting from the specified position.
シンタックス
'宣言
Sub SetLineBreakpoints( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal () As LineBreakpoint _
)
void SetLineBreakpoints(
System.int ,
System.int ,
LineBreakpoint[]
)
パラメータ
- 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.
参照