PDFTool 7.0
PdfTk::PtlFormFieldValue Class Reference

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

#include <PtlFormFieldValue.h>

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ PtlFormFieldValue() [1/2]

PdfTk::PtlFormFieldValue::PtlFormFieldValue ( )

コンストラクタ

Exceptions
PtlException

◆ PtlFormFieldValue() [2/2]

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

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

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

Member Function Documentation

◆ getFieldName()

PtlParamString PdfTk::PtlFormFieldValue::getFieldName ( ) const

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

Returns
フォームフィールド名

◆ getValue()

PtlParamString PdfTk::PtlFormFieldValue::getValue ( ) const

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

Returns
フォームフィールドの値

◆ operator=()

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

コピーオペレータ alias copy

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