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. |