PDFTool.NET
7.0
|
フォームフィールドの値のコンテナを表現するクラスです。 More...
#include <NetFormFieldValue.h>
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 |
フォームフィールドの値のコンテナを表現するクラスです。
PdfTkNet::PtlFormFieldValue::PtlFormFieldValue | ( | ) |
コンストラクタ
PtlException |
PdfTkNet::PtlFormFieldValue::PtlFormFieldValue | ( | PtlFormFieldValue^ | obj | ) |
String PdfTkNet::PtlFormFieldValue::getFieldName | ( | ) |
String PdfTkNet::PtlFormFieldValue::getValue | ( | ) |
PtlFormFieldValue PdfTkNet::PtlFormFieldValue::operator= | ( | PtlFormFieldValue^ | obj | ) |
コピーオペレータ alias copy
obj | コピー元オブジェクト。 |