Translate  >>
<<  Text

TextField

publicメソッド、Version 4.8.000~

書式
TextField( $name, $w, $h, $prop, $x, $y, $js )
戻り値

(なし)

パラメータ
string $name フィールド名
float $w 矩形の幅
float $h 矩形の高さ
array $prop array() javascript field properties. Possible values are described on official Javascript for Acrobat API reference.
array $opt array() annotation parameters. Possible values are described on official PDF32000_2008 reference.
float $x '' 矩形の上部左端のX座標
float $y '' 矩形の上部左端のY座標
bool $js false trueであれば、JavaScriptをフィールドで使用できる (requires Acrobat Writer to be rendered).