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