Uses of Class
com.itextpdf.forms.fields.PdfButtonFormField
Packages that use PdfButtonFormField
-
Uses of PdfButtonFormField in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields that return PdfButtonFormFieldModifier and TypeMethodDescriptionstatic PdfButtonFormFieldPdfFormField.createButton(PdfDocument doc, int flags) Creates an emptybutton form fieldwith custom behavior and layout.static PdfButtonFormFieldPdfFormField.createButton(PdfDocument doc, int flags, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptybutton form fieldwith custom behavior and layout.static PdfButtonFormFieldPdfFormField.createButton(PdfDocument doc, Rectangle rect, int flags) Creates an emptybutton form fieldwith custom behavior and layout, on a specified location.static PdfButtonFormFieldPdfFormField.createButton(PdfDocument doc, Rectangle rect, int flags, PdfAConformanceLevel pdfAConformanceLevel) Creates an emptybutton form fieldwith custom behavior and layout, on a specified location.static PdfButtonFormFieldPdfFormField.createCheckBox(PdfDocument doc, Rectangle rect, String name, String value) Creates aPdfButtonFormFieldas a checkbox.static PdfButtonFormFieldPdfFormField.createCheckBox(PdfDocument doc, Rectangle rect, String name, String value, int checkType) Creates aPdfButtonFormFieldas a checkbox.static PdfButtonFormFieldPdfFormField.createCheckBox(PdfDocument doc, Rectangle rect, String name, String value, int checkType, PdfAConformanceLevel pdfAConformanceLevel) Creates aPdfButtonFormFieldas a checkbox.static PdfButtonFormFieldPdfFormField.createPushButton(PdfDocument doc, Rectangle rect, String name, String caption) Creates aPdfButtonFormFieldas a push button without data.static PdfButtonFormFieldPdfFormField.createPushButton(PdfDocument doc, Rectangle rect, String name, String caption, PdfFont font, float fontSize) Creates aPdfButtonFormFieldas a push button without data, with its caption in a custom font.static PdfButtonFormFieldPdfFormField.createPushButton(PdfDocument doc, Rectangle rect, String name, String caption, PdfFont font, float fontSize, PdfAConformanceLevel pdfAConformanceLevel) Creates aPdfButtonFormFieldas a push button without data, with its caption in a custom font.static PdfButtonFormFieldPdfFormField.createRadioGroup(PdfDocument doc, String name, String value) Creates aradio group form field.static PdfButtonFormFieldPdfFormField.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.Methods in com.itextpdf.forms.fields with parameters of type PdfButtonFormFieldModifier and TypeMethodDescriptionstatic PdfFormFieldPdfFormField.createRadioButton(PdfDocument doc, Rectangle rect, PdfButtonFormField radioGroup, String value) Creates a genericPdfFormFieldthat is added to a radio group.static PdfFormFieldPdfFormField.createRadioButton(PdfDocument doc, Rectangle rect, PdfButtonFormField radioGroup, String value, PdfAConformanceLevel pdfAConformanceLevel) Creates a genericPdfFormFieldthat is added to a radio group.