- トップ
- > メソッド
- > r
- > RadioButton
Rect >>
<<  RadialGradient
RadioButton
ラジオボタンフィールドを作成する。
publicメソッド、TCPDF Version 4.8.000~
- 書式
-
RadioButton( $name, $w, $prop )
- 戻り値
-
(なし)
- 要素(パラメータ)
-
string $name フィールド名 int $w 幅 array $prop array() javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
string $onvalue 'On' 選択状態の際に戻る値。 bool $chekced false 初期状態を定義する。
float $x '' 矩形の上部左端のX座標 float $y '' 矩形の上部左端のY座標 bool $js false trueであれば、JavaScriptを使用する。 (requires Acrobat Writer to be rendered).