Generated by
JDiff

Class com.itextpdf.forms.fields.PdfButtonFormField

Added Methods
PdfFormField  addKid( AbstractPdfFormField) {@inheritDoc}
 

Changed Methods
boolean  isPushButton() Documentation changed from old to new.
If true, the field is a pushbutton that does not retain a permanent value.
boolean  isRadio() Documentation changed from old to new.
If true, the field is a set of radio buttons; if false, the field is a check box.
boolean  isRadiosInUnison() Documentation changed from old to new.
If true, a group of radio buttons within a radio button field that use the same value for the on state will turn on and off in unison; that is if one is checked, they are all checked.
boolean  isToggleOff() Documentation changed from old to new.
If true, clicking the selected button deselects it, leaving no button selected.
PdfButtonFormField  setImage( String) Documentation changed from old to new.
Set image to be used as a background content in a push button.
PdfButtonFormField  setImageAsForm( PdfFormXObject) Documentation changed from old to new.
Set image to be used as a background content in a push button as PdfFormXObject.
PdfButtonFormField  setPushButton( boolean) Documentation changed from old to new.
If true, the field is a pushbutton that does not retain a permanent value.
PdfButtonFormField  setRadio( boolean) Documentation changed from old to new.
If true, the field is a set of radio buttons; if false, the field is a check box.
PdfButtonFormField  setRadiosInUnison( boolean) Documentation changed from old to new.
If true, a group of radio buttons within a radio button field that use the same value for the on state will turn on and off in unison; that is if one is checked, they are all checked.
PdfButtonFormField  setToggleOff( boolean) Documentation changed from old to new.
If true, clicking the selected button deselects it, leaving no button selected.
PdfName  getFormType() Documentation changed from old to new.
Returns Btn, the form type for choice form fields.
 

Changed Fields
int  FF_NO_TOGGLE_TO_OFF Documentation changed from old to new.
If true, clicking the selected button deselects it, leaving no button selected.
int  FF_PUSH_BUTTON Documentation changed from old to new.
If true, the field is a push button that does not retain a permanent value.
int  FF_RADIO Documentation changed from old to new.
If true, the field is a set of radio buttons.
int  FF_RADIOS_IN_UNISON Documentation changed from old to new.
If true, a group of radio buttons within a radio button field, that use the same value for the on state will turn on and off in unison.