2011-08-29 23:22:34 PDT
Hello,
PDAcroFormField button
PDAcroFormField radiobutton
Is there any possibility to check whether the FormField is a Button or a Radiobutton? Yes I know they are both Buttons, but it isnt the same I think ;)
When I call
System.out.println(button.isTypeBtn())
System.out.println(radiobutton.isTypeBtn())
it will be:
true
true
Is there a another way to check a radiobutton?