| Package | Description |
|---|---|
| com.itextpdf.forms.fields | |
| com.itextpdf.forms.form.element |
| Modifier and Type | Method and Description |
|---|---|
PdfFormAnnotation |
PdfFormAnnotation.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormField<T extends IFormField>
Implementation of the
AbstractElement class for form fields. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelectField
An abstract class for fields that represents a control for selecting one or several of the provided options.
|
class |
Button
Extension of the
FormField class representing a button in html. |
class |
CheckBox
Extension of the
FormField class representing a checkbox so that
a CheckBoxRenderer is used instead of the default renderer for fields. |
class |
ComboBoxField
A field that represents a control for selecting one of the provided options.
|
class |
FormField<T extends IFormField>
Implementation of the
AbstractElement class for form fields. |
class |
InputField
Extension of the
FormField class representing a button so that
a InputFieldRenderer is used. |
class |
ListBoxField
A field that represents a control for selecting one or several of the provided options.
|
class |
Radio
Extension of the
FormField class representing a radio button so that
a RadioRenderer is used instead of the default renderer for fields. |
class |
SignatureFieldAppearance
Extension of the
FormField class representing a signature field in PDF. |
class |
TextArea
Extension of the
FormField class representing a button so that
a TextAreaRenderer is used instead of the default renderer for fields. |
| Modifier and Type | Method and Description |
|---|---|
IFormField |
FormField.setAlternativeDescription(String alternativeDescription)
Sets the form field's alternative description.
|
IFormField |
IFormField.setHeight(float height)
Set the form field's height.
|
IFormField |
FormField.setHeight(float height)
Set the form field's height.
|
IFormField |
IFormField.setInteractive(boolean interactive)
Set the form field to be interactive and added into Acroform instead of drawing it on a page.
|
IFormField |
FormField.setInteractive(boolean interactive)
Set the form field to be interactive and added into Acroform instead of drawing it on a page.
|
IFormField |
Button.setValue(String value)
Adds passed string value as paragraph to the button.
|
IFormField |
IFormField.setValue(String value)
Sets the
FormProperty.FORM_FIELD_VALUE property. |
IFormField |
FormField.setValue(String value)
Sets the
FormProperty.FORM_FIELD_VALUE property. |
IFormField |
IFormField.setWidth(float width)
Set the form field's width.
|
IFormField |
FormField.setWidth(float width)
Set the form field's width.
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.