Antenna House PDF Tool API (C++) 8.0
PtlSearchTextResults.h
1
2// PtlSearchTextResults.h
3// Copyright (C) 2018 Antenna House,Inc.
4// All rights reserved.
6#ifndef PDFTK_PTLSEARCHTEXTRESLUTS_H_
7#define PDFTK_PTLSEARCHTEXTRESLUTS_H_
8
9#include "PtlSearchTextResult.h"
10
11namespace PdfTk {
12
49
50class PDFTK_API PtlSearchTextResults
51{
52private:
53 int m_dataSearchTextResults;
54public:
55 int getHandle() const;
56
57public:
63
71
76
77public:
84
85public:
91 bool isEmpty() const;
92
98 int getCount() const;
99
100public:
111};
112
113}
114
115#endif
116
int getCount() const
テキスト検索結果数を取得。
PtlSearchTextResult & get(int index)
テキスト検索結果を取得。
~PtlSearchTextResults()
デストラクタ
PtlSearchTextResults(const PtlSearchTextResults &obj)
コピーコンストラクタ alias copy
PtlSearchTextResults & operator=(const PtlSearchTextResults &obj)
コピーオペレータ alias copy
PtlSearchTextResults()
コンストラクタ
bool isEmpty() const
空かどうかを取得。