Package de.xima.fc.pdf.form
Interface IPdfAcroField.CheckBox
- All Superinterfaces:
IPdfAcroField
,IPdfAcroField.Checkable
- Enclosing interface:
- IPdfAcroField
An AcroForm form field with a checkbox that can be enabled or disabled.
- 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.Checkable
getOnValue
-
Method Details
-
getType
- Specified by:
getType
in interfaceIPdfAcroField
- Returns:
- The type of AcroForm field.
-