[]
ページの先頭から pos までのテキストを表す TextMapFragment を取得します。
void GetFragmentToPos(MapPos pos, out TextMapFragment fragment, out string text)
Sub GetFragmentToPos(pos As MapPos, ByRef fragment As TextMapFragment, ByRef text As String)
| 型 | 名前 | 説明 |
|---|---|---|
| MapPos | pos | 範囲の終了を指定する MapPos。 |
| TextMapFragment | fragment | OUT: 範囲内のテキストを表す TextMapFragment。 |
| string | text | OUT: フラグメントのテキスト。 |