Package de.xima.fc.pdf.form
Interface IPdfAcroField.ComboBox
- All Superinterfaces:
IPdfAcroField
,IPdfAcroField.Choice
- Enclosing interface:
- IPdfAcroField
An AcroForm form field for selecting a value 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
Methods inherited from interface de.xima.fc.pdf.form.IPdfAcroField
getFullyQualifiedName, getHeight, getSimpleName, getTitle, getWidth, getX, getY, getZeroBasedPageIndex, isHidden, isReadOnly, isRequired
Methods inherited from interface de.xima.fc.pdf.form.IPdfAcroField.Choice
getChoices
-
Method Details
-
getType
- Specified by:
getType
in interfaceIPdfAcroField
- 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.
-