PDFTool
7.0
|
フォームフィールドとその値を表現するクラスです。 More...
#include <PtlFormFieldValue.h>
Public Member Functions | |
int | getHandle () const |
PtlFormFieldValue () | |
コンストラクタ More... | |
PtlFormFieldValue (const PtlFormFieldValue &obj) | |
コピーコンストラクタ alias copy More... | |
‾PtlFormFieldValue () | |
デストラクタ | |
PtlFormFieldValue & | operator= (const PtlFormFieldValue &obj) |
コピーオペレータ alias copy More... | |
PtlParamString | getFieldName () const |
フォームフィールド名を取得。 More... | |
PtlParamString | getValue () const |
フォームフィールドの値を取得。 More... | |
フォームフィールドとその値を表現するクラスです。
PdfTk::PtlFormFieldValue::PtlFormFieldValue | ( | ) |
コンストラクタ
PtlException |
PdfTk::PtlFormFieldValue::PtlFormFieldValue | ( | const PtlFormFieldValue & | obj | ) |
PtlParamString PdfTk::PtlFormFieldValue::getFieldName | ( | ) | const |
フォームフィールド名を取得。
PtlParamString PdfTk::PtlFormFieldValue::getValue | ( | ) | const |
フォームフィールドの値を取得。
PtlFormFieldValue& PdfTk::PtlFormFieldValue::operator= | ( | const PtlFormFieldValue & | obj | ) |
コピーオペレータ alias copy
obj | コピー元オブジェクト。 |