Bookmark  >>

Button

class TCPDF : メソッド Button

書式
void Button( $name, $w, $h, $caption, $action, $prop, $opt, $x, $y, $js )
戻り値

なし

パラメータ
string $name フィールドの名前
int $w
int $h 高さ
string $caption キャプション
mixed $action

ボタンを押すことによって引き起こされた動作。 ストリングを使用して、javascript動作を指定します。 アレイを使用して、2008年のPDF32000_セクション12.7.5のようにフォーム動作オプションを指定してください。

array $prop array()

javascript分野の特性。 可能な値はAcrobat APIリファレンスのために公式のJavascriptで説明されます。

array $opt array()

注釈パラメタ。 可能な値は公式のPDF32000_2008参照のときに説明されます。

float $x ''

長方形の左上隅のX座標

float $y ''

長方形の左上隅のY座標

bool $js false

trueでJavaScriptを有効にする。 (Acrobat Writerでレンダリングされる必要があります)

アクセスレベル: public