PDFTool 7.0
PdfTk::PtlFormFieldValues Class Reference

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

#include <PtlFormFieldValues.h>

Public Member Functions

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)を取得。

Detailed Description

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

Constructor & Destructor Documentation

◆ PtlFormFieldValues() [1/2]

PdfTk::PtlFormFieldValues::PtlFormFieldValues ( )

コンストラクタ

Exceptions
PtlException

◆ PtlFormFieldValues() [2/2]

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

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

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

Member Function Documentation

◆ get()

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

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

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

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

◆ getCount()

int PdfTk::PtlFormFieldValues::getCount ( ) const

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

Returns
FormFieldValue数。
Exceptions
PtlException

◆ isEmpty()

bool PdfTk::PtlFormFieldValues::isEmpty ( ) const

空かどうかを取得。

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

◆ operator=()

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

コピーオペレータ alias copy

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