Class: ListBoxWidget

PDFNet. ListBoxWidget


new ListBoxWidget()

[Missing documentation]

Extends

  • WidgetAnnot

Methods


<static> create(doc, pos [, field_name])

Constructor
Parameters:
Name Type Argument Description
doc PDFNet.PDFDoc | PDFNet.SDFDoc | PDFNet.FDFDoc
pos PDFNet.Rect
field_name string <optional>
Returns:
A promise that resolves to an object of type: "PDFNet.ListBoxWidget"
Type
Promise.<PDFNet.ListBoxWidget>

<static> createFromAnnot(annot)

Parameters:
Name Type Description
annot PDFNet.Annot
Returns:
A promise that resolves to an object of type: "PDFNet.ListBoxWidget"
Type
Promise.<PDFNet.ListBoxWidget>

<static> createFromObj( [obj])

Parameters:
Name Type Argument Description
obj PDFNet.Obj <optional>
Returns:
A promise that resolves to an object of type: "PDFNet.ListBoxWidget"
Type
Promise.<PDFNet.ListBoxWidget>

<static> createWithField(doc, pos, field)

Parameters:
Name Type Description
doc PDFNet.PDFDoc | PDFNet.SDFDoc | PDFNet.FDFDoc
pos PDFNet.Rect
field PDFNet.Field
Returns:
A promise that resolves to an object of type: "PDFNet.ListBoxWidget"
Type
Promise.<PDFNet.ListBoxWidget>

addOption(value)

Parameters:
Name Type Description
value string
Returns:
Type
Promise.<void>

addOptions(options, options_size)

Parameters:
Name Type Description
options string
options_size number
Returns:
Type
Promise.<void>

removeOption(value)

Parameters:
Name Type Description
value string
Returns:
Type
Promise.<void>

replaceOptions(options, options_size)

Parameters:
Name Type Description
options string
options_size number
Returns:
Type
Promise.<void>

setSelectedOptions(options, options_size)

Parameters:
Name Type Description
options string
options_size number
Returns:
Type
Promise.<void>