new CheckBoxWidget()
[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.CheckBoxWidget"- Type
- Promise.<PDFNet.CheckBoxWidget>
-
<static> createFromAnnot(annot)
-
Parameters:
Name Type Description annot
PDFNet.Annot Returns:
A promise that resolves to an object of type: "PDFNet.CheckBoxWidget"- Type
- Promise.<PDFNet.CheckBoxWidget>
-
<static> createFromObj( [obj])
-
Parameters:
Name Type Argument Description obj
PDFNet.Obj <optional>
Returns:
A promise that resolves to an object of type: "PDFNet.CheckBoxWidget"- Type
- Promise.<PDFNet.CheckBoxWidget>
-
<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.CheckBoxWidget"- Type
- Promise.<PDFNet.CheckBoxWidget>
-
isChecked()
-
Returns:
A promise that resolves to an object of type: "boolean"- Type
- Promise.<boolean>
-
setChecked()
-
Returns:
A promise that resolves to an object of type: "boolean"- Type
- Promise.<boolean>