<<  Close

ComboBox

メソッド public
実装 4.8.000 (2009-09-07)

コンボボックスフィールドを作成する。

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

(なし)

要素(パラメータ)
string $name フィールド名
int $w
int $h 高さ
array $values array containing the list of values.
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 if true put the field using JavaScript (requires Acrobat Writer to be rendered).