Package de.xima.fc.pdf.form
Interface IPdfAcroField.RadioButton
- 
- All Superinterfaces:
 IPdfAcroField,IPdfAcroField.Checkable
- Enclosing interface:
 - IPdfAcroField
 
public static interface IPdfAcroField.RadioButton extends IPdfAcroField.Checkable
An AcroForm form field with a radio button 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
All Methods Instance Methods Default Methods Modifier and Type Method Description default EPdfAcroFormTypegetType()- 
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 Detail
- 
getType
default EPdfAcroFormType getType()
- Specified by:
 getTypein interfaceIPdfAcroField- Returns:
 - The type of AcroForm field.
 
 
 - 
 
 -