Uses of Interface
com.itextpdf.forms.form.element.IFormField
-
Packages that use IFormField Package Description com.itextpdf.forms.fields com.itextpdf.forms.form.element com.itextpdf.forms.form.renderer -
-
Uses of IFormField in com.itextpdf.forms.fields
Fields in com.itextpdf.forms.fields declared as IFormField Modifier and Type Field Description private IFormFieldPdfFormAnnotation. formFieldElementMethods in com.itextpdf.forms.fields with parameters of type IFormField Modifier and Type Method Description PdfFormAnnotationPdfFormAnnotation. 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 IFormField Modifier and Type Class Description classFormField<T extends IFormField>Implementation of theAbstractElementclass for form fields.Classes in com.itextpdf.forms.form.element that implement IFormField Modifier and Type Class Description classAbstractSelectFieldAn abstract class for fields that represents a control for selecting one or several of the provided options.classButtonExtension of theFormFieldclass representing a button in html.classCheckBoxExtension of theFormFieldclass representing a checkbox so that aCheckBoxRendereris used instead of the default renderer for fields.classComboBoxFieldA field that represents a control for selecting one of the provided options.classFormField<T extends IFormField>Implementation of theAbstractElementclass for form fields.classInputFieldExtension of theFormFieldclass representing a button so that aInputFieldRendereris used.classListBoxFieldA field that represents a control for selecting one or several of the provided options.classRadioExtension of theFormFieldclass representing a radio button so that aRadioRendereris used instead of the default renderer for fields.classSignatureFieldAppearanceExtension of theFormFieldclass representing a signature field in PDF.classTextAreaExtension 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 IFormField Modifier and Type Method Description IFormFieldFormField. setAlternativeDescription(java.lang.String alternativeDescription)Sets the form field's alternative description.IFormFieldFormField. setHeight(float height)Set the form field's height.IFormFieldIFormField. setHeight(float height)Set the form field's height.IFormFieldFormField. setInteractive(boolean interactive)Set the form field to be interactive and added into Acroform instead of drawing it on a page.IFormFieldIFormField. setInteractive(boolean interactive)Set the form field to be interactive and added into Acroform instead of drawing it on a page.IFormFieldButton. setValue(java.lang.String value)Adds passed string value as paragraph to the button.IFormFieldFormField. setValue(java.lang.String value)Sets theFormProperty.FORM_FIELD_VALUEproperty.IFormFieldIFormField. setValue(java.lang.String value)Sets theFormProperty.FORM_FIELD_VALUEproperty.IFormFieldFormField. setWidth(float width)Set the form field's width.IFormFieldIFormField. 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 IFormField Constructor Description AbstractFormFieldRenderer(IFormField modelElement)Creates a newAbstractFormFieldRendererinstance.AbstractOneLineTextFieldRenderer(IFormField modelElement)Creates a newAbstractOneLineTextFieldRendererinstance.AbstractTextFieldRenderer(IFormField modelElement)Creates a newAbstractTextFieldRendererinstance.
-