Package de.xima.fc.pdf.form
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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.xima.fc.pdf.form.IPdfAcroField
IPdfAcroField.Button, IPdfAcroField.Checkable, IPdfAcroField.CheckBox, IPdfAcroField.Choice, IPdfAcroField.ComboBox, IPdfAcroField.ListBox, IPdfAcroField.RadioButton, IPdfAcroField.Signature, IPdfAcroField.Text
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IAcroChoiceOption>
getChoices()
-
Methods inherited from interface de.xima.fc.pdf.form.IPdfAcroField
getFullyQualifiedName, getHeight, getSimpleName, getTitle, getType, getWidth, getX, getY, getZeroBasedPageIndex, isHidden, isReadOnly, isRequired
-
-
-
-
Method Detail
-
getChoices
List<IAcroChoiceOption> getChoices()
- Returns:
- An ordered list of select options. The
key
is the technical value, thevalue
the human-readable display name.
-
-