PDFTool.NET 7.0
NetSearchTextResults.h
1
10#ifndef PDFTK_NET_PTLSEARCHTEXTRESLUTS_H_
11#define PDFTK_NET_PTLSEARCHTEXTRESLUTS_H_
12
13#include <PdfTkNet/NetTk.h>
14
15namespace PdfTkNet {
16
17ref class PtlSearchTextResult;
18
55
56public ref class PtlSearchTextResults : public System::IDisposable
57{
58protected:
59 PdfTk::PtlSearchTextResults* m_native;
60public:
61 PdfTk::PtlSearchTextResults* getNative() { return m_native; };
62
63public:
69
77
82
87
88public:
95
96public:
102 bool isEmpty();
103
109 int getCount();
110
111public:
122};
123
124} // namespace PdfTkNet
125
126#endif // PDFTK_NET_PTLSEARCHTEXTRESLUTS_H_
PrlPtlPDFDocument/PtlPageのsearchText関数で取得されるテキスト検索結果を表現したクラスです。
Definition NetSearchTextResult.h:57
PtlSearchTextResults operator=(PtlSearchTextResults^ obj)
コピーオペレータ alias copy
int getCount()
テキスト検索結果数を取得。
bool isEmpty()
空かどうかを取得。
PtlSearchTextResults()
コンストラクタ
‾PtlSearchTextResults()
デストラクタ
PtlSearchTextResult get(int index)
テキスト検索結果を取得。
PtlSearchTextResults(PtlSearchTextResults^ obj)
コピーコンストラクタ alias copy