Antenna House PDF Tool API (C++) 8.0
PdfTk::PtlFormFieldValues クラス

#include <PtlFormFieldValues.h>

公開メンバ関数

int getHandle () const
 PtlFormFieldValues ()
 コンストラクタ
 PtlFormFieldValues (const PtlFormFieldValues &obj)
 コピーコンストラクタ alias copy
 ~PtlFormFieldValues ()
 デストラクタ
PtlFormFieldValuesoperator= (const PtlFormFieldValues &obj)
 コピーオペレータ alias copy
bool isEmpty () const
 空かどうかを取得。
int getCount () const
 フォームフィールドの値(FormFieldValue)の数を取得。
PtlFormFieldValue get (int index)
 フォームフィールドの値(FormFieldValue)を取得。

詳解

フォームフィールドの値(FormFieldValue)のコンテナを表現するクラスです。

PtlFormFieldValues.h17 行目に定義があります。

構築子と解体子

◆ PtlFormFieldValues() [1/2]

PdfTk::PtlFormFieldValues::PtlFormFieldValues ( )

コンストラクタ

例外
PtlException

◆ PtlFormFieldValues() [2/2]

PdfTk::PtlFormFieldValues::PtlFormFieldValues ( const PtlFormFieldValues & obj)

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

引数
objコピー元オブジェクト。
例外
PtlException

関数詳解

◆ get()

PtlFormFieldValue PdfTk::PtlFormFieldValues::get ( int index)

フォームフィールドの値(FormFieldValue)を取得。

指定した番号のFormFieldValueを取得します。

引数
indexIndex番号。0が先頭。
indexが負や検索結果数以上の場合は、例外が発生します。
戻り値
FormFieldValue。
例外
PtlException

◆ getCount()

int PdfTk::PtlFormFieldValues::getCount ( ) const

フォームフィールドの値(FormFieldValue)の数を取得。

戻り値
FormFieldValue数。
例外
PtlException

◆ isEmpty()

bool PdfTk::PtlFormFieldValues::isEmpty ( ) const

空かどうかを取得。

戻り値
true: 空、false: 空ではない。
例外
PtlException

◆ operator=()

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

コピーオペレータ alias copy

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