Interface IPdfAcroField.ListBox

All Superinterfaces:
IPdfAcroField, IPdfAcroField.Choice
Enclosing interface:
IPdfAcroField

public static interface IPdfAcroField.ListBox extends IPdfAcroField.Choice
An AcroForm form field for selecting one or more values from a list of options.
Since:
7.2.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getType

      default EPdfAcroFormType getType()
      Specified by:
      getType in interface IPdfAcroField
      Returns:
      The type of AcroForm field.
    • isMultiSelect

      boolean isMultiSelect()
      Returns:
      Whether multiple options can be selected.