Antenna House PDF Tool API (.NET) 8.0
PdfTkNet::PtlFieldButton クラス

#include <NetFieldButton.h>

PdfTkNet::PtlFieldButton の継承関係図
PdfTkNet::PtlFieldButton 連携図

公開メンバ関数

 PtlFieldButton ()
 コンストラクタ
 PtlFieldButton (FIELD_TYPE type)
 コンストラクタ
 PtlFieldButton (PtlFieldButton^ obj)
 コピーコンストラクタ alias copy
virtual ~PtlFieldButton ()
 デストラクタ
 !PtlFieldButton ()
 ファイナライザ。
PtlFieldButton operator= (PtlFieldButton^ obj)
 コピーオペレータ alias copy
基底クラス PdfTkNet::PtlField に属する継承公開メンバ関数
PdfTk::PtlField * getNative ()
 PtlField (FIELD_TYPE type)
 コンストラクタ
 PtlField (PtlField^ obj)
 コピーコンストラクタ alias copy
virtual ~PtlField ()
 デストラクタ
 !PtlField ()
 ファイナライザ。
PtlField operator= (PtlField^ obj)
 コピーオペレータ alias copy
FIELD_TYPE getType ()
 フィールドタイプを取得。
String getFieldName ()
 フィールド名を取得。
void setFieldName (String^ fieldName)
 フィールド名を設定。
bool hasWidget ()
 ウィジット注釈を持つかどうかを取得。
PtlAnnotWidget getWidget ()
 ウィジット注釈を取得。
void setWidget (PtlAnnotWidget^ widget)
 ウィジット注釈のフィールドへの紐づけ。

その他の継承メンバ

基底クラス PdfTkNet::PtlField に属する継承公開型
enum class  FIELD_TYPE {
  TYPE_PUSHBUTTON = 1 , TYPE_CHECKBOX = 2 , TYPE_RADIOGROUP = 3 , TYPE_RADIOBUTTON = 4 ,
  TYPE_TEXT = 5 , TYPE_LISTBOX = 6 , TYPE_DROPDOWN = 7 , TYPE_SIGNATURE = 10 ,
  TYPE_UNKNOWN = 100
}
基底クラス PdfTkNet::PtlField に属する継承限定公開変数類
PdfTk::PtlField * m_native

詳解

フォームのボタンフィールドを表現したクラスです。
PtlFieldPushButton,PtlFieldCheckBox,PtlFieldRadioButton,PtlFieldRadioGroupのベースクラスです。

構築子と解体子

◆ PtlFieldButton() [1/3]

PdfTkNet::PtlFieldButton::PtlFieldButton ( )

コンストラクタ

例外
PtlException

◆ PtlFieldButton() [2/3]

PdfTkNet::PtlFieldButton::PtlFieldButton ( FIELD_TYPE type)

コンストラクタ

例外
PtlException

◆ PtlFieldButton() [3/3]

PdfTkNet::PtlFieldButton::PtlFieldButton ( PtlFieldButton^ obj)

コピーコンストラクタ alias copy

引数
objコピー元オブジェクト。
例外
PtlException

◆ ~PtlFieldButton()

virtual PdfTkNet::PtlFieldButton::~PtlFieldButton ( )
virtual

デストラクタ

◆ !PtlFieldButton()

PdfTkNet::PtlFieldButton::!PtlFieldButton ( )

ファイナライザ。

メソッド詳解

◆ operator=()

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

コピーオペレータ alias copy

引数
objコピー元オブジェクト。
例外
PtlException