#include <PtlFormFieldValues.h>
フォームフィールドの値(FormFieldValue)のコンテナを表現するクラスです。
PtlFormFieldValues.h の 17 行目に定義があります。
◆ PtlFormFieldValues() [1/2]
PdfTk::PtlFormFieldValues::PtlFormFieldValues |
( |
| ) |
|
◆ PtlFormFieldValues() [2/2]
コピーコンストラクタ alias copy
- 引数
-
- 例外
-
◆ get()
フォームフィールドの値(FormFieldValue)を取得。
指定した番号のFormFieldValueを取得します。
- 引数
-
index | Index番号。0が先頭。
indexが負や検索結果数以上の場合は、例外が発生します。 |
- 戻り値
- FormFieldValue。
- 例外
-
◆ getCount()
int PdfTk::PtlFormFieldValues::getCount |
( |
| ) |
const |
フォームフィールドの値(FormFieldValue)の数を取得。
- 戻り値
- FormFieldValue数。
- 例外
-
◆ isEmpty()
bool PdfTk::PtlFormFieldValues::isEmpty |
( |
| ) |
const |
空かどうかを取得。
- 戻り値
- true: 空、false: 空ではない。
- 例外
-
◆ operator=()