Package | Description |
---|---|
com.ironsoftware.ironpdf.form | |
com.ironsoftware.ironpdf.internal.staticapi |
Modifier and Type | Class and Description |
---|---|
class |
CheckBoxField
The type Check box field.
|
class |
ComboBoxField
The type Combo box field.
|
class |
TextField |
Modifier and Type | Method and Description |
---|---|
List<FormField> |
FormFieldsSet.getAllFields()
Gets all form fields.
|
List<FormField> |
FormFieldsSet.getUnknownFields()
Gets unknown fields.
|
Constructor and Description |
---|
FormFieldsSet(List<CheckBoxField> checkBoxFields,
List<TextField> textFields,
List<ComboBoxField> comboBoxFields,
List<FormField> unknownFields)
(INTERNAL) Please Get FormFieldsSet from
FormManager.getFields() |
Modifier and Type | Method and Description |
---|---|
static List<FormField> |
Form_Api.getFields(InternalPdfDocument internalPdfDocument)
Get a collection of the user-editable form fields within a PDF document
|
Copyright © 2022–2023 Iron Software. All rights reserved.