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

#include <NetFieldRadioButton.h>

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

公開メンバ関数

 PtlFieldRadioButton ()
 コンストラクタ
 PtlFieldRadioButton (PtlFieldRadioButton^ obj)
 コピーコンストラクタ alias copy
virtual ~PtlFieldRadioButton ()
 デストラクタ
 !PtlFieldRadioButton ()
 ファイナライザ。
PtlFieldRadioButton operator= (PtlFieldRadioButton^ obj)
 コピーオペレータ alias copy
bool isSelected ()
 このラジオボタンが選択されているかどうかを取得。
void setSelected ()
 このラジオボタンを選択する。
基底クラス 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

詳解

フォームのラジオボタンを表現したクラスです。

構築子と解体子

◆ PtlFieldRadioButton() [1/2]

PdfTkNet::PtlFieldRadioButton::PtlFieldRadioButton ( )

コンストラクタ

例外
PtlException

◆ PtlFieldRadioButton() [2/2]

PdfTkNet::PtlFieldRadioButton::PtlFieldRadioButton ( PtlFieldRadioButton^ obj)

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

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

◆ ~PtlFieldRadioButton()

virtual PdfTkNet::PtlFieldRadioButton::~PtlFieldRadioButton ( )
virtual

デストラクタ

◆ !PtlFieldRadioButton()

PdfTkNet::PtlFieldRadioButton::!PtlFieldRadioButton ( )

ファイナライザ。

メソッド詳解

◆ isSelected()

bool PdfTkNet::PtlFieldRadioButton::isSelected ( )

このラジオボタンが選択されているかどうかを取得。

戻り値
true: 選択されている、false: 選択されていない。
例外
PtlException

◆ operator=()

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

コピーオペレータ alias copy

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

◆ setSelected()

void PdfTkNet::PtlFieldRadioButton::setSelected ( )

このラジオボタンを選択する。

例外
PtlException