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 that deal with interactive annotations such as textfields and buttons.
-
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 class for handling the PDF field as a checkbox.class
This holds common functionality for check boxes and radio buttons.class
A class for handling the PDF field as a choicefield.class
A class for handling the PDF field as a PDPushButton.class
A class for handling the PDF field as a Radio Collection.class
Deprecated.class
A class for handling the PDF field as a signature.class
A class for handling the PDF field as a textbox.class
This class represents a form field with an unknown type.class
A class for handling PDF fields that display text.Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDFieldModifier and TypeMethodDescriptionstatic PDField
PDFieldFactory.createField
(PDAcroForm acroForm, COSDictionary field) This method creates a COSField subclass from the given field.This will find one of the child elements.This will get a field by name, possibly using the cache if setCache is true.PDField.getParent()
Get the parent field to this field, or null if none exists.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDField
PDSignatureField
instead (see PDFBOX-1513).