PDFTool 7.0
PtlPDFFixUpErrors.h
1
2// PtlPDFFixUpErrors.h
3// Copyright (C) 2019 Antenna House,Inc.
4// All rights reserved.
6#ifndef PDFTK_PTLPDFFIXUPERRORS_H_
7#define PDFTK_PTLPDFFIXUPERRORS_H_
8
9#include "PtlPDFFixUpError.h"
10
11namespace PdfTk {
12
16
17class PDFTK_API PtlPDFFixUpErrors
18{
19private:
20 int m_dataPtlPDFFixUpErrors;
21public:
22 int getHandle() const;
23
24public:
30
38
43
44public:
51
52public:
58 bool isEmpty() const;
59
65 int getCount() const;
66
67public:
78};
79
80}
81
82#endif
PtlPDFFixUpのPDF/Aへの変換及びPDF/A準拠のチェックで得られるPDF/A準拠エラー表現するクラスです。
Definition PtlPDFFixUpError.h:20
PtlPDFFixUpErrors()
コンストラクタ
PtlPDFFixUpErrors(const PtlPDFFixUpErrors &obj)
コピーコンストラクタ alias copy
bool isEmpty() const
空かどうかを取得。
int getCount() const
PDF/A準拠エラー数を取得。
PtlPDFFixUpErrors & operator=(const PtlPDFFixUpErrors &obj)
コピーオペレータ alias copy
‾PtlPDFFixUpErrors()
デストラクタ
PtlPDFFixUpError get(int index)
PDF/A準拠エラーコードを取得。