Class: PushButtonWidget

PDFNet. PushButtonWidget


new PushButtonWidget()

[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.PushButtonWidget"
Type
Promise.<PDFNet.PushButtonWidget>

<static> createFromAnnot(annot)

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

<static> createFromObj( [obj])

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

<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.PushButtonWidget"
Type
Promise.<PDFNet.PushButtonWidget>