Uses of Interface
com.itextpdf.forms.form.element.IFormField
Packages that use IFormField
-
Uses of IFormField in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields with parameters of type IFormFieldModifier and TypeMethodDescriptionPdfFormAnnotation.setFormFieldElement
(IFormField element) This method sets the model element associated with the current annotation and can be useful to take into account when drawing those properties that the annotation does not have. -
Uses of IFormField in com.itextpdf.forms.form.element
Classes in com.itextpdf.forms.form.element with type parameters of type IFormFieldModifier and TypeClassDescriptionclass
FormField
IFormField> Implementation of theAbstractElement
class for form fields.Classes in com.itextpdf.forms.form.element that implement IFormFieldModifier and TypeClassDescriptionclass
An abstract class for fields that represents a control for selecting one or several of the provided options.class
Extension of theFormField
class representing a button in html.class
Extension of theFormField
class representing a checkbox so that aCheckBoxRenderer
is used instead of the default renderer for fields.class
A field that represents a control for selecting one of the provided options.class
FormField
IFormField> Implementation of theAbstractElement
class for form fields.class
Extension of theFormField
class representing a button so that aInputFieldRenderer
is used.class
A field that represents a control for selecting one or several of the provided options.class
Extension of theFormField
class representing a radio button so that aRadioRenderer
is used instead of the default renderer for fields.class
Extension of theFormField
class representing a signature field in PDF.class
Extension of theFormField
class representing a button so that aTextAreaRenderer
is used instead of the default renderer for fields.Methods in com.itextpdf.forms.form.element that return IFormFieldModifier and TypeMethodDescriptionFormField.setHeight
(float height) Set the form field's height.IFormField.setHeight
(float height) Set the form field's height.FormField.setInteractive
(boolean interactive) Set the form field to be interactive and added into Acroform instead of drawing it on a page.IFormField.setInteractive
(boolean interactive) Set the form field to be interactive and added into Acroform instead of drawing it on a page.Adds passed string value as paragraph to the button.Sets theFormProperty.FORM_FIELD_VALUE
property.Sets theFormProperty.FORM_FIELD_VALUE
property.FormField.setWidth
(float width) Set the form field's width.IFormField.setWidth
(float width) Set the form field's width.