Class FormFieldsSet

java.lang.Object
com.ironsoftware.ironpdf.form.FormFieldsSet

public class FormFieldsSet extends Object
A container class contains the list of form field separated by the type.
  • Constructor Details

  • Method Details

    • getCheckBoxFields

      public List<CheckBoxField> getCheckBoxFields()
      Gets checkbox fields.
      Returns:
      a new list of checkbox form fields
    • getTextFields

      public List<TextField> getTextFields()
      Gets text fields.
      Returns:
      a new list of text form fields
    • getComboBoxFields

      public List<ComboBoxField> getComboBoxFields()
      Gets combobox fields.
      Returns:
      a new list of combobox form fields
    • getUnknownFields

      public List<FormField> getUnknownFields()
      Gets unknown fields.
      Returns:
      a new list of unknown form fields
    • getAllFields

      public List<FormField> getAllFields()
      Gets all form fields.
      Returns:
      a new list of all form fields