PDFTool.NET  7.0
Public Member Functions | Protected Attributes | List of all members
PdfTkNet::PtlFormFieldValue Class Reference

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

#include <NetFormFieldValue.h>

Inheritance diagram for PdfTkNet::PtlFormFieldValue:
Inheritance graph
[legend]
Collaboration diagram for PdfTkNet::PtlFormFieldValue:
Collaboration graph
[legend]

Public Member Functions

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

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