|
PDFTool.NET
6.0
|
PrlPtlPDFDocument/PtlPageのsearchText関数で取得されるテキスト検索結果を表現したクラスです。 More...
#include <NetSearchTextResult.h>


Public Member Functions | |
| PdfTk::PtlSearchTextResult * | getNative () |
| PtlSearchTextResult () | |
| コンストラクタ More... | |
| PtlSearchTextResult (PtlSearchTextResult^ obj) | |
| コピーコンストラクタ More... | |
| ‾PtlSearchTextResult () | |
| デストラクタ | |
| !PtlSearchTextResult () | |
| ファイナライザ。 | |
| PtlSearchTextResult | operator= (PtlSearchTextResult^ obj) |
| コピーオペレータ alias copy More... | |
| int | getPageNumber () |
| テキスト検索したページ番号を取得。 More... | |
| String | getKeyword () |
| テキスト検索に使用した文字を取得。 More... | |
| PtlSearchTextResultDetails | getResultDetails () |
| テキスト検索結果の詳細コンテナを取得。 More... | |
Protected Attributes | |
| PdfTk::PtlSearchTextResult * | m_native |
PrlPtlPDFDocument/PtlPageのsearchText関数で取得されるテキスト検索結果を表現したクラスです。
| PdfTkNet::PtlSearchTextResult::PtlSearchTextResult | ( | ) |
コンストラクタ
| PtlException |
| PdfTkNet::PtlSearchTextResult::PtlSearchTextResult | ( | PtlSearchTextResult^ | obj | ) |
| String PdfTkNet::PtlSearchTextResult::getKeyword | ( | ) |
| int PdfTkNet::PtlSearchTextResult::getPageNumber | ( | ) |
| PtlSearchTextResultDetails PdfTkNet::PtlSearchTextResult::getResultDetails | ( | ) |
テキスト検索結果の詳細コンテナを取得。
検索結果の詳細コンテナを取得します。
検索した結果を1つのQuadPointで囲めることができたら詳細コンテナは1つの詳細のみ持ちますが、
複数のQuaddPointを使うことになった場合は、複数の詳細を持つことになります。
| PtlException |
| PtlSearchTextResult PdfTkNet::PtlSearchTextResult::operator= | ( | PtlSearchTextResult^ | obj | ) |
コピーオペレータ alias copy
| obj | コピー元オブジェクト。 |
1.8.18