Uses of Class
org.apache.pdfbox.pdmodel.interactive.form.PDField
Packages that use PDField
Package
Description
This is the visual signature part that help creating the visual representation for the digital signature.
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of PDField in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return types with arguments of type PDFieldMethod parameters in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with type arguments of type PDFieldModifier and TypeMethodDescriptionvoid
PDFTemplateStructure.setAcroFormFields
(List<PDField> acroFormFields) Sets acroFormFields -
Uses of PDField in org.apache.pdfbox.pdmodel.interactive.form
Subclasses of PDField in org.apache.pdfbox.pdmodel.interactive.formModifier and TypeClassDescriptionclass
A button field represents an interactive control on the screen that the user can manipulate with the mouse.final class
A check box toggles between two states, on and off.class
A choice field contains several text items, one or more of which shall be selected as the field value.final class
A combo box consisting of a drop-down list.final class
A scrollable list box.class
A non terminal field in an interactive form.class
A pushbutton is a purely interactive control that responds immediately to user input without retaining a permanent value.final class
Radio button fields contain a set of related buttons that can each be on or off.class
A signature field is a form field that contains a digital signature.class
A field in an interactive form.final class
A text field is a box or space for text fill-in data typically entered from a keyboard.class
Base class for fields which use "Variable Text".Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDFieldModifier and TypeMethodDescriptionstatic PDField
PDFieldFactory.createField
(PDAcroForm form, COSDictionary field, PDNonTerminalField parent) Creates a COSField subclass from the given field.This will get a field by name, possibly using the cache if setCache is true.Methods in org.apache.pdfbox.pdmodel.interactive.form that return types with arguments of type PDFieldModifier and TypeMethodDescriptionPDNonTerminalField.getChildren()
Returns this field's children.PDAcroForm.getFieldIterator()
Returns an iterator which walks all fields in the field tree, in order.PDAcroForm.getFields()
This will return all of the documents root fields.PDFieldTree.iterator()
Returns an iterator which walks all fields in the tree, in order.Method parameters in org.apache.pdfbox.pdmodel.interactive.form with type arguments of type PDFieldModifier and TypeMethodDescriptionvoid
This will flatten the specified form fields.void
PDAcroForm.refreshAppearances
(List<PDField> fields) Refreshes the appearance streams and appearance dictionaries for the widget annotations of the specified fields.void
PDNonTerminalField.setChildren
(List<PDField> children) Sets the child fields.void
Set the documents root fields.