PDFTool 7.0
PdfTk::PtlPDFFixUpErrors Class Reference

PtlPDFFixUpのPDF/Aへの変換及びPDF/A準拠のチェックで得られるPDF/A準拠エラーのコンテナを表現するクラスです。 More...

#include <PtlPDFFixUpErrors.h>

Public Member Functions

int getHandle () const
 PtlPDFFixUpErrors ()
 コンストラクタ
 PtlPDFFixUpErrors (const PtlPDFFixUpErrors &obj)
 コピーコンストラクタ alias copy
 ‾PtlPDFFixUpErrors ()
 デストラクタ
PtlPDFFixUpErrorsoperator= (const PtlPDFFixUpErrors &obj)
 コピーオペレータ alias copy
bool isEmpty () const
 空かどうかを取得。
int getCount () const
 PDF/A準拠エラー数を取得。
PtlPDFFixUpError get (int index)
 PDF/A準拠エラーコードを取得。

Detailed Description

PtlPDFFixUpのPDF/Aへの変換及びPDF/A準拠のチェックで得られるPDF/A準拠エラーのコンテナを表現するクラスです。

Constructor & Destructor Documentation

◆ PtlPDFFixUpErrors() [1/2]

PdfTk::PtlPDFFixUpErrors::PtlPDFFixUpErrors ( )

コンストラクタ

Exceptions
PtlException

◆ PtlPDFFixUpErrors() [2/2]

PdfTk::PtlPDFFixUpErrors::PtlPDFFixUpErrors ( const PtlPDFFixUpErrors & obj)

コピーコンストラクタ alias copy

Parameters
objコピー元オブジェクト。
Exceptions
PtlException

Member Function Documentation

◆ get()

PtlPDFFixUpError PdfTk::PtlPDFFixUpErrors::get ( int index)

PDF/A準拠エラーコードを取得。

指定した番号のPDF/A準拠エラーコードを取得します。

Parameters
indexIndex番号。0が先頭。
indexが負や検索結果数以上の場合は、例外が発生します。
Returns
PDF/A準拠エラーコード(PDFA_ERROR_CODE)。
Exceptions
PtlException

◆ getCount()

int PdfTk::PtlPDFFixUpErrors::getCount ( ) const

PDF/A準拠エラー数を取得。

Returns
PDF/A準拠エラー数。
Exceptions
PtlException

◆ isEmpty()

bool PdfTk::PtlPDFFixUpErrors::isEmpty ( ) const

空かどうかを取得。

Returns
true: 空、false: 空ではない。
Exceptions
PtlException

◆ operator=()

PtlPDFFixUpErrors & PdfTk::PtlPDFFixUpErrors::operator= ( const PtlPDFFixUpErrors & obj)

コピーオペレータ alias copy

Parameters
objコピー元オブジェクト。