Antenna House PDF Tool API (C++) 8.0
|
#include <PtlFormFieldValue.h>
公開メンバ関数 | |
int | getHandle () const |
PtlFormFieldValue () | |
コンストラクタ | |
PtlFormFieldValue (const PtlFormFieldValue &obj) | |
コピーコンストラクタ alias copy | |
~PtlFormFieldValue () | |
デストラクタ | |
PtlFormFieldValue & | operator= (const PtlFormFieldValue &obj) |
コピーオペレータ alias copy | |
const PtlParamString & | getFieldName () |
フォームフィールド名を取得。 | |
const PtlParamString & | getValue () |
フォームフィールドの値を取得。 |
フォームフィールドとその値を表現するクラスです。
PtlFormFieldValue.h の 19 行目に定義があります。
PdfTk::PtlFormFieldValue::PtlFormFieldValue | ( | ) |
コンストラクタ
PtlException |
PdfTk::PtlFormFieldValue::PtlFormFieldValue | ( | const PtlFormFieldValue & | obj | ) |
const PtlParamString & PdfTk::PtlFormFieldValue::getFieldName | ( | ) |
フォームフィールド名を取得。
const PtlParamString & PdfTk::PtlFormFieldValue::getValue | ( | ) |
フォームフィールドの値を取得。
PtlFormFieldValue & PdfTk::PtlFormFieldValue::operator= | ( | const PtlFormFieldValue & | obj | ) |
コピーオペレータ alias copy
obj | コピー元オブジェクト。 |