Antenna House PDF Tool API (C++) 8.0
PtlFormFieldValues.h
1
2// PtlFormFieldValues.h
3// Copyright (C) 2019 Antenna House,Inc.
4// All rights reserved.
6#ifndef PDFTK_PTLFORMFIELDVALUES_H_
7#define PDFTK_PTLFORMFIELDVALUES_H_
8
9#include "PtlFormFieldValue.h"
10
11namespace PdfTk {
12
16
17class PDFTK_API PtlFormFieldValues
18{
19private:
20 int m_dataFormFieldValues;
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
PtlFormFieldValues()
コンストラクタ
int getCount() const
フォームフィールドの値(FormFieldValue)の数を取得。
PtlFormFieldValue get(int index)
フォームフィールドの値(FormFieldValue)を取得。
PtlFormFieldValues(const PtlFormFieldValues &obj)
コピーコンストラクタ alias copy
PtlFormFieldValues & operator=(const PtlFormFieldValues &obj)
コピーオペレータ alias copy
~PtlFormFieldValues()
デストラクタ
bool isEmpty() const
空かどうかを取得。