PDFTool.NET 7.0
PdfTkNet::PtlFormFieldValue Class Reference

フォームフィールドの値のコンテナを表現するクラスです。 More...

#include <NetFormFieldValue.h>

Inheritance diagram for PdfTkNet::PtlFormFieldValue:
Collaboration diagram for PdfTkNet::PtlFormFieldValue:

Public Member Functions

PdfTk::PtlFormFieldValue * getNative ()
 PtlFormFieldValue ()
 コンストラクタ
 PtlFormFieldValue (PtlFormFieldValue^ obj)
 コピーコンストラクタ
 ‾PtlFormFieldValue ()
 デストラクタ
 !PtlFormFieldValue ()
 ファイナライザ。
PtlFormFieldValue operator= (PtlFormFieldValue^ obj)
 コピーオペレータ alias copy
String getFieldName ()
 フォームフィールド名を取得。
String getValue ()
 フォームフィールドの値を取得。

Protected Attributes

PdfTk::PtlFormFieldValue * m_native

Detailed Description

フォームフィールドの値のコンテナを表現するクラスです。

Constructor & Destructor Documentation

◆ PtlFormFieldValue() [1/2]

PdfTkNet::PtlFormFieldValue::PtlFormFieldValue ( )

コンストラクタ

Exceptions
PtlException

◆ PtlFormFieldValue() [2/2]

PdfTkNet::PtlFormFieldValue::PtlFormFieldValue ( PtlFormFieldValue^ obj)

コピーコンストラクタ

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

Member Function Documentation

◆ getFieldName()

String PdfTkNet::PtlFormFieldValue::getFieldName ( )

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

Returns
フォームフィールド名
Exceptions
PtlException

◆ getValue()

String PdfTkNet::PtlFormFieldValue::getValue ( )

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

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

◆ operator=()

PtlFormFieldValue PdfTkNet::PtlFormFieldValue::operator= ( PtlFormFieldValue^ obj)

コピーオペレータ alias copy

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