Interface IPdfAcroField.ComboBox

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

public static interface IPdfAcroField.ComboBox extends IPdfAcroField.Choice
An AcroForm form field for selecting a value 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.
    • isAllowPlainTextInput

      boolean isAllowPlainTextInput()
      Returns:
      Whether the user can also enter plain text in addition to the available options.
    • isPerformSpellCheck

      boolean isPerformSpellCheck()
      Returns:
      Whether to perform spell checking on the entered text when isAllowPlainTextInput() is enabled.