Uses of Class
com.itextpdf.forms.fields.PdfButtonFormField
-
Uses of PdfButtonFormField in com.itextpdf.forms.fields
Modifier and TypeMethodDescriptionstatic PdfButtonFormField
PdfFormField.createButton
(PdfDocument doc, int flags) Creates an emptybutton form field
with custom behavior and layout.static PdfButtonFormField
PdfFormField.createButton
(PdfDocument doc, int flags, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptybutton form field
with custom behavior and layout.static PdfButtonFormField
PdfFormField.createButton
(PdfDocument doc, Rectangle rect, int flags) Creates an emptybutton form field
with custom behavior and layout, on a specified location.static PdfButtonFormField
PdfFormField.createButton
(PdfDocument doc, Rectangle rect, int flags, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptybutton form field
with custom behavior and layout, on a specified location.static PdfButtonFormField
PdfFormField.createCheckBox
(PdfDocument doc, Rectangle rect, String name, String value) Creates aPdfButtonFormField
as a checkbox.static PdfButtonFormField
PdfFormField.createCheckBox
(PdfDocument doc, Rectangle rect, String name, String value, int checkType) Creates aPdfButtonFormField
as a checkbox.static PdfButtonFormField
PdfFormField.createCheckBox
(PdfDocument doc, Rectangle rect, String name, String value, int checkType, PdfAConformanceLevel pdfAConformanceLevel) Creates aPdfButtonFormField
as a checkbox.static PdfButtonFormField
PdfFormField.createPushButton
(PdfDocument doc, Rectangle rect, String name, String caption) Creates aPdfButtonFormField
as a push button without data.static PdfButtonFormField
PdfFormField.createPushButton
(PdfDocument doc, Rectangle rect, String name, String caption, PdfFont font, float fontSize) Creates aPdfButtonFormField
as a push button without data, with its caption in a custom font.static PdfButtonFormField
PdfFormField.createPushButton
(PdfDocument doc, Rectangle rect, String name, String caption, PdfFont font, float fontSize, PdfAConformanceLevel pdfAConformanceLevel) Creates aPdfButtonFormField
as a push button without data, with its caption in a custom font.static PdfButtonFormField
PdfFormField.createRadioGroup
(PdfDocument doc, String name, String value) Creates aradio group form field
.static PdfButtonFormField
PdfFormField.createRadioGroup
(PdfDocument doc, String name, String value, PdfAConformanceLevel pdfAConformanceLevel) Creates aradio group form field
.PdfButtonFormField.setImageAsForm
(PdfFormXObject form) 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.Modifier and TypeMethodDescriptionstatic PdfFormField
PdfFormField.createRadioButton
(PdfDocument doc, Rectangle rect, PdfButtonFormField radioGroup, String value) Creates a genericPdfFormField
that is added to a radio group.static PdfFormField
PdfFormField.createRadioButton
(PdfDocument doc, Rectangle rect, PdfButtonFormField radioGroup, String value, PdfAConformanceLevel pdfAConformanceLevel) Creates a genericPdfFormField
that is added to a radio group.