[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextMap.GetFragment

GetFragment メソッド

GetFragment(MapPos, MapPos, out TextMapFragment, out string)

指定された範囲内( 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: フラグメントのテキスト。

GetFragment(out TextMapFragment, out string)

ページ全体のテキストを表す 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: フラグメントのテキスト。