Interface IPdfAcroField.Choice

All Superinterfaces:
IPdfAcroField
All Known Subinterfaces:
IPdfAcroField.ComboBox, IPdfAcroField.ListBox
Enclosing interface:
IPdfAcroField

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

    • getChoices

      List<IAcroChoiceOption> getChoices()
      Returns:
      An ordered list of select options. The key is the technical value, the value the human-readable display name.