new RadioButtonWidget()
[Missing documentation]
Extends
- WidgetAnnot
Methods
-
<static> createFromAnnot(annot)
-
Parameters:
Name Type Description annot
PDFNet.Annot Returns:
A promise that resolves to an object of type: "PDFNet.RadioButtonWidget"- Type
- Promise.<PDFNet.RadioButtonWidget>
-
<static> createFromObj( [obj])
-
Parameters:
Name Type Argument Description obj
PDFNet.Obj <optional>
Returns:
A promise that resolves to an object of type: "PDFNet.RadioButtonWidget"- Type
- Promise.<PDFNet.RadioButtonWidget>
-
enableButton()
-
Returns:
- Type
- Promise.<void>
-
getGroup()
-
Returns:
A promise that resolves to an object of type: "PDFNet.RadioButtonGroup"- Type
- Promise.<PDFNet.RadioButtonGroup>
-
isEnabled()
-
Returns:
A promise that resolves to an object of type: "boolean"- Type
- Promise.<boolean>