[]
指定された範囲内( startPos から endPos まで)のテキストを表す TextMapFragment を取得します。
void GetFragment(MapPos startPos, MapPos endPos, out TextMapFragment fragment, out string text)
Sub GetFragment(startPos As MapPos, endPos As MapPos, ByRef fragment As TextMapFragment, ByRef text As String)
| 型 | 名前 | 説明 |
|---|---|---|
| MapPos | startPos | 範囲の開始を指定する MapPos。 |
| MapPos | endPos | 範囲の終了を指定する MapPos。 |
| TextMapFragment | fragment | OUT: 範囲内のテキストを表す TextMapFragment。 |
| string | text | OUT: フラグメントのテキスト。 |
ページ全体のテキストを表す TextMapFragment を取得します。
void GetFragment(out TextMapFragment fragment, out string text)
Sub GetFragment(ByRef fragment As TextMapFragment, ByRef text As String)
| 型 | 名前 | 説明 |
|---|---|---|
| TextMapFragment | fragment | OUT: ページ上のテキストを表す TextMapFragment。 |
| string | text | OUT: フラグメントのテキスト。 |