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