PDFTool.NET
6.0
|
PrlPtlPDFDocument/PtlPageのsearchText関数で取得されるテキスト検索結果のコンテナを表現するクラスです。 More...
#include <NetSearchTextResults.h>
Public Member Functions | |
PdfTk::PtlSearchTextResults * | getNative () |
PtlSearchTextResults () | |
コンストラクタ More... | |
PtlSearchTextResults (PtlSearchTextResults^ obj) | |
コピーコンストラクタ alias copy More... | |
‾PtlSearchTextResults () | |
デストラクタ | |
!PtlSearchTextResults () | |
ファイナライザ。 | |
PtlSearchTextResults | operator= (PtlSearchTextResults^ obj) |
コピーオペレータ alias copy More... | |
bool | isEmpty () |
空かどうかを取得。 More... | |
int | getCount () |
テキスト検索結果数を取得。 More... | |
PtlSearchTextResult | get (int index) |
テキスト検索結果を取得。 More... | |
Protected Attributes | |
PdfTk::PtlSearchTextResults * | m_native |
PrlPtlPDFDocument/PtlPageのsearchText関数で取得されるテキスト検索結果のコンテナを表現するクラスです。
PdfTkNet::PtlSearchTextResults::PtlSearchTextResults | ( | ) |
コンストラクタ
PtlException |
PdfTkNet::PtlSearchTextResults::PtlSearchTextResults | ( | PtlSearchTextResults^ | obj | ) |
PtlSearchTextResult PdfTkNet::PtlSearchTextResults::get | ( | int | index | ) |
テキスト検索結果を取得。
指定した番号の検索結果を取得します。
index | Index番号。0が先頭。 indexが負や検索結果数以上の場合は、例外が発生します。 |
PtlException |
int PdfTkNet::PtlSearchTextResults::getCount | ( | ) |
bool PdfTkNet::PtlSearchTextResults::isEmpty | ( | ) |
PtlSearchTextResults PdfTkNet::PtlSearchTextResults::operator= | ( | PtlSearchTextResults^ | obj | ) |
コピーオペレータ alias copy
obj | コピー元オブジェクト。 |