Uses of Interface
com.itextpdf.forms.form.element.IFormField
Packages that use IFormField
Package
Description
-
Uses of IFormField in com.itextpdf.forms.fields
Fields in com.itextpdf.forms.fields declared as IFormFieldMethods 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 TypeClassDescriptionclassFormField<T extends IFormField>Implementation of theAbstractElementclass for form fields.Classes in com.itextpdf.forms.form.element that implement IFormFieldModifier and TypeClassDescriptionclassAn abstract class for fields that represents a control for selecting one or several of the provided options.classExtension of theFormFieldclass representing a button in html.classExtension of theFormFieldclass representing a checkbox so that aCheckBoxRendereris used instead of the default renderer for fields.classA field that represents a control for selecting one of the provided options.classFormField<T extends IFormField>Implementation of theAbstractElementclass for form fields.classExtension of theFormFieldclass representing a button so that aInputFieldRendereris used.classA field that represents a control for selecting one or several of the provided options.classExtension of theFormFieldclass representing a radio button so that aRadioRendereris used instead of the default renderer for fields.classExtension of theFormFieldclass representing a signature field in PDF.classExtension of theFormFieldclass representing a button so that aTextAreaRendereris used instead of the default renderer for fields.Methods in com.itextpdf.forms.form.element that return IFormFieldModifier and TypeMethodDescriptionFormField.setAlternativeDescription(String alternativeDescription) Sets the form field's alternative description.FormField.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_VALUEproperty.Sets theFormProperty.FORM_FIELD_VALUEproperty.FormField.setWidth(float width) Set the form field's width.IFormField.setWidth(float width) Set the form field's width. -
Uses of IFormField in com.itextpdf.forms.form.renderer
Constructors in com.itextpdf.forms.form.renderer with parameters of type IFormFieldModifierConstructorDescription(package private)AbstractFormFieldRenderer(IFormField modelElement) Creates a newAbstractFormFieldRendererinstance.(package private)AbstractOneLineTextFieldRenderer(IFormField modelElement) Creates a newAbstractOneLineTextFieldRendererinstance.(package private)AbstractTextFieldRenderer(IFormField modelElement) Creates a newAbstractTextFieldRendererinstance.