Class FormFieldInformation

java.lang.Object
com.dynamicpdf.api.FormFieldInformation

public class FormFieldInformation extends Object
Represents the form field information containing the collection of different types of field informations.
  • Method Details

    • getSignatureFields

      public List<SignatureFieldInformation> getSignatureFields()
      Gets a collection of SignatureFieldInformation.
      Returns:
      A collection of SignatureFieldInformation.
    • setSignatureFields

      public void setSignatureFields(List<SignatureFieldInformation> value)
      Sets a collection of SignatureFieldInformation.
      Parameters:
      value - A collection of SignatureFieldInformation.
    • getTextFields

      public List<TextFieldInformation> getTextFields()
      Gets a collection of TextFieldInformation.
      Returns:
      A collection of TextFieldInformation.
    • setTextFields

      public void setTextFields(List<TextFieldInformation> value)
      Sets a collection of TextFieldInformation.
      Parameters:
      value - A collection of TextFieldInformation.
    • getChoiceFields

      public List<ChoiceFieldInformation> getChoiceFields()
      Gets a collection of ChoiceFieldInformation.
      Returns:
      A collection of ChoiceFieldInformation.
    • setChoiceFields

      public void setChoiceFields(List<ChoiceFieldInformation> value)
      Sets a collection of ChoiceFieldInformation.
      Parameters:
      value - A collection of ChoiceFieldInformation.
    • getButtonFields

      public List<ButtonFieldInformation> getButtonFields()
      Gets a collection of ButtonFieldInformation.
      Returns:
      A collection of ButtonFieldInformation.
    • setButtonFields

      public void setButtonFields(List<ButtonFieldInformation> value)
      Gets a collection of ButtonFieldInformation.
      Parameters:
      value - A collection of ButtonFieldInformation.
    • getPushButtons

      public List<PushButtonInformation> getPushButtons()
      Gets a collection of PushButtonInformation.
      Returns:
      A collection of PushButtonInformation.
    • setPushButtons

      public void setPushButtons(List<PushButtonInformation> value)
      Sets a collection of PushButtonInformation.
      Parameters:
      value - A collection of PushButtonInformation.
    • getMultiSelectListBoxFields

      public List<MultiSelectListBoxInformation> getMultiSelectListBoxFields()
      Gets a collection of MultiSelectListBoxInformation.
      Returns:
      A collection of MultiSelectListBoxInformation.
    • setMultiSelectListBoxFields

      public void setMultiSelectListBoxFields(List<MultiSelectListBoxInformation> value)
      Sets a collection of MultiSelectListBoxInformation.
      Parameters:
      value - A collection of MultiSelectListBoxInformation.