Uses of Class
com.itextpdf.forms.fields.PdfButtonFormField
-
Uses of PdfButtonFormField in com.itextpdf.forms.fields
Modifier and TypeMethodDescriptionstatic PdfButtonFormField
PdfFormCreator.createButtonFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a button form field as a parent of aPdfWidgetAnnotation
using provided factory.static PdfButtonFormField
PdfFormCreator.createButtonFormField
(PdfDictionary dictionary) Creates a button form field as a wrapper object around aPdfDictionary
using provided factory.static PdfButtonFormField
PdfFormCreator.createButtonFormField
(PdfDocument document) Create a minimal, emptyPdfButtonFormField
using provided factory.PdfFormFactory.createButtonFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a button form field as a parent of aPdfWidgetAnnotation
.PdfFormFactory.createButtonFormField
(PdfDictionary dictionary) Creates a button form field as a wrapper object around aPdfDictionary
.PdfFormFactory.createButtonFormField
(PdfDocument document) Create a minimal, emptyPdfButtonFormField
.CheckBoxFormFieldBuilder.createCheckBox()
Creates checkbox form field based on provided parameters.PushButtonFormFieldBuilder.createPushButton()
Creates push button form field base on provided parameters.RadioFormFieldBuilder.createRadioGroup()
Creates radio group form field instance based on provided parameters.Set image to be used as a background content in a push button.PdfButtonFormField.setImageAsForm
(PdfFormXObject form) Set image to be used as a background content in a push button asPdfFormXObject
.PdfButtonFormField.setPushButton
(boolean pushButton) If true, the field is a pushbutton that does not retain a permanent value.PdfButtonFormField.setRadio
(boolean radio) If true, the field is a set of radio buttons; if false, the field is a check box.PdfButtonFormField.setRadiosInUnison
(boolean radiosInUnison) 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 toggleOff) If true, clicking the selected button deselects it, leaving no button selected.