Thanks, I've fixed it, hopefully.
https://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDButton.java?view=markup

Tilman

Am 17.05.2017 um 19:00 schrieb Gary Grosso:
Sorry if this is the wrong audience, but I just noticed a "copyitis" glitch in 
the Javadoc, and hoping someone can forward to the right quarters.

(Method isRadioButton says it is true if type of button field is a push button.)

Method Detail

   *   isPushButton
public boolean isPushButton()
Determines if push button bit is set.
Returns:
true if type of button field is a push button.

   *   setPushButton
public void setPushButton(boolean pushbutton)
Set the push button bit.
Parameters:
pushbutton - if true the button field is treated as a push button field.

   *   isRadioButton
public boolean isRadioButton()
Determines if radio button bit is set.
Returns:
true if type of button field is a push button.

   *   setRadioButton
public void setRadioButton(boolean radiobutton)
Set the radio button bit.
Parameters:
radiobutton - if true the button field is treated as a radio button field.




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to