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

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

#include <PtlFormFieldValue.h>

Public Member Functions

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

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