PDFTool  7.0
Public Member Functions | List of all members
PdfTk::PtlFormFieldValues Class Reference

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

#include <PtlFormFieldValues.h>

Public Member Functions

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

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コピー元オブジェクト。