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 TypeMethodDescriptionvoidPDFTemplateStructure.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 TypeClassDescriptionclassA class for handling the PDF field as a checkbox.classThis holds common functionality for check boxes and radio buttons.classA class for handling the PDF field as a choicefield.classA class for handling the PDF field as a PDPushButton.classA class for handling the PDF field as a Radio Collection.classDeprecated.classA class for handling the PDF field as a signature.classA class for handling the PDF field as a textbox.classThis class represents a form field with an unknown type.classA class for handling PDF fields that display text.Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDFieldModifier and TypeMethodDescriptionstatic PDFieldPDFieldFactory.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
PDSignatureFieldinstead (see PDFBOX-1513).