Package de.xima.fc.pdf.form
Interface IPdfAcroField.Checkable
-
- All Superinterfaces:
IPdfAcroField
- All Known Subinterfaces:
IPdfAcroField.CheckBox
,IPdfAcroField.RadioButton
- Enclosing interface:
- IPdfAcroField
public static interface IPdfAcroField.Checkable extends IPdfAcroField
A selectable option, either a check box or a radio button.- 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 String
getOnValue()
-
Methods inherited from interface de.xima.fc.pdf.form.IPdfAcroField
getFullyQualifiedName, getHeight, getSimpleName, getTitle, getType, getWidth, getX, getY, getZeroBasedPageIndex, isHidden, isReadOnly, isRequired
-
-
-
-
Method Detail
-
getOnValue
String getOnValue()
- Returns:
- The value for the on state of the checkbox or radio button.
-
-