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

#include <PtlFormFieldValue.h>

公開メンバ関数

int getHandle () const
 PtlFormFieldValue ()
 コンストラクタ
 PtlFormFieldValue (const PtlFormFieldValue &obj)
 コピーコンストラクタ alias copy
 ~PtlFormFieldValue ()
 デストラクタ
PtlFormFieldValueoperator= (const PtlFormFieldValue &obj)
 コピーオペレータ alias copy
const PtlParamStringgetFieldName ()
 フォームフィールド名を取得。
const PtlParamStringgetValue ()
 フォームフィールドの値を取得。

詳解

フォームフィールドとその値を表現するクラスです。

PtlFormFieldValue.h19 行目に定義があります。

構築子と解体子

◆ PtlFormFieldValue() [1/2]

PdfTk::PtlFormFieldValue::PtlFormFieldValue ( )

コンストラクタ

例外
PtlException

◆ PtlFormFieldValue() [2/2]

PdfTk::PtlFormFieldValue::PtlFormFieldValue ( const PtlFormFieldValue & obj)

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

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

関数詳解

◆ getFieldName()

const PtlParamString & PdfTk::PtlFormFieldValue::getFieldName ( )

フォームフィールド名を取得。

戻り値
フォームフィールド名

◆ getValue()

const PtlParamString & PdfTk::PtlFormFieldValue::getValue ( )

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

戻り値
フォームフィールドの値

◆ operator=()

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

コピーオペレータ alias copy

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