NAME
PDF::Make::Builder::Form::Field::Listbox - Scrollable list form field
SYNOPSIS
$b->add_field(
type => 'listbox',
name => 'languages',
label => 'Languages',
w => 200,
h => 100,
options => ['Perl', 'Python', 'Ruby', 'Go', 'Rust', 'C'],
);
PROPERTIES
Inherits all properties from PDF::Make::Builder::Form::Field, plus:
options(ArrayRef) - List items. Same format as PDF::Make::Builder::Form::Field::Combo.
Default height is 80 points to show multiple items.
SEE ALSO
PDF::Make::Builder::Form::Field::Combo, PDF::Make::Builder::Form::Field, PDF::Make::Builder