jsPDF AcroForm Plugin
- Source:
Classes
- AcroFormButton
- AcroFormCheckBox
- AcroFormChoiceField
- AcroFormComboBox
- AcroFormEditBox
- AcroFormField
- AcroFormListBox
- AcroFormPasswordField
- AcroFormPDFObject
- AcroFormPushButton
- AcroFormRadioButton
- AcroFormTextField
Members
(inner) getKeyValueListForStream
- Source:
Returns an key-value-List of all non-configurable Variables from the Object
Methods
addButton(options) → {jsPDF}
- Source:
- Deprecated:
- Yes
Parameters:
Name | Type | Description |
---|---|---|
options |
AcroFormButton |
Returns:
- Type
- jsPDF
addChoiceField() → {jsPDF}
- Source:
- Deprecated:
- Yes
Parameters:
Type | Description |
---|---|
AcroFormChoiceField |
Returns:
- Type
- jsPDF
addField(fieldObject) → {jsPDF}
- Source:
Add an AcroForm-Field to the jsPDF-instance
Parameters:
Name | Type | Description |
---|---|---|
fieldObject |
Object |
Returns:
- Type
- jsPDF
addTextField(textField) → {jsPDF}
- Source:
- Deprecated:
- Yes
Parameters:
Name | Type | Description |
---|---|---|
textField |
AcroFormTextField |
Returns:
- Type
- jsPDF