Uses of Class
org.apache.pdfbox.pdmodel.interactive.form.PDField
Packages that use PDField
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
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.multipdf
Methods in org.apache.pdfbox.multipdf with parameters of type PDFieldModifier and TypeMethodDescriptionprivate voidPDFMergerUtility.mergeFields(PDFCloneUtility cloner, PDField destField, PDField srcField) -
Uses of PDField in org.apache.pdfbox.pdmodel
Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDFieldModifier and TypeMethodDescriptionprivate booleanPDDocument.checkSignatureField(Iterator<PDField> fieldIterator, PDSignatureField signatureField) Check if the field already exists in the field list.private PDSignatureFieldPDDocument.findSignatureField(Iterator<PDField> fieldIterator, PDSignature sigObject) Search acroform fields for signature field with specific signature dictionary. -
Uses of PDField in org.apache.pdfbox.pdmodel.fixup.processor
Methods in org.apache.pdfbox.pdmodel.fixup.processor that return PDFieldModifier and TypeMethodDescriptionprivate PDFieldAcroFormOrphanWidgetsProcessor.resolveNonRootField(PDAcroForm acroForm, COSDictionary parent, Map<String, PDField> nonTerminalFieldsMap) Method parameters in org.apache.pdfbox.pdmodel.fixup.processor with type arguments of type PDFieldModifier and TypeMethodDescriptionprivate voidAcroFormOrphanWidgetsProcessor.handleAnnotations(PDAcroForm acroForm, PDResources acroFormResources, List<PDField> fields, List<PDAnnotation> annotations, Map<String, PDField> nonTerminalFieldsMap) private voidAcroFormOrphanWidgetsProcessor.handleAnnotations(PDAcroForm acroForm, PDResources acroFormResources, List<PDField> fields, List<PDAnnotation> annotations, Map<String, PDField> nonTerminalFieldsMap) private PDFieldAcroFormOrphanWidgetsProcessor.resolveNonRootField(PDAcroForm acroForm, COSDictionary parent, Map<String, PDField> nonTerminalFieldsMap) -
Uses of PDField in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with type parameters of type PDFieldMethods 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 button field represents an interactive control on the screen that the user can manipulate with the mouse.final classA check box toggles between two states, on and off.classA choice field contains several text items, one or more of which shall be selected as the field value.final classA combo box consisting of a drop-down list.final classA scrollable list box.classA non terminal field in an interactive form.classA pushbutton is a purely interactive control that responds immediately to user input without retaining a permanent value.final classRadio button fields contain a set of related buttons that can each be on or off.classA signature field is a form field that contains a digital signature.classA field in an interactive form.final classA text field is a box or space for text fill-in data typically entered from a keyboard.classBase class for fields which use "Variable Text".Fields in org.apache.pdfbox.pdmodel.interactive.form with type parameters of type PDFieldMethods in org.apache.pdfbox.pdmodel.interactive.form that return PDFieldModifier and TypeMethodDescriptionprivate static PDFieldPDFieldFactory.createButtonSubType(PDAcroForm form, COSDictionary field, PDNonTerminalField parent) private static PDFieldPDFieldFactory.createChoiceSubType(PDAcroForm form, COSDictionary field, PDNonTerminalField parent) static PDFieldPDFieldFactory.createField(PDAcroForm form, COSDictionary field, PDNonTerminalField parent) Creates a COSField subclass from the given field.(package private) PDFieldThis will find one of the child elements.(package private) static PDFieldPDField.fromDictionary(PDAcroForm form, COSDictionary field, PDNonTerminalField parent) Creates a COSField subclass from the given COS field.This will get a field by name, possibly using the cache if setCache is true.PDFieldTree.FieldIterator.next()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.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDFieldModifier and TypeMethodDescriptionprivate voidPDFieldTree.FieldIterator.enqueueKids(PDField node) Method parameters in org.apache.pdfbox.pdmodel.interactive.form with type arguments of type PDFieldModifier and TypeMethodDescriptionprivate Map<COSDictionary,Set<COSDictionary>> PDAcroForm.buildPagesWidgetsMap(List<PDField> fields, PDPageTree pages) voidThis will flatten the specified form fields.voidPDAcroForm.refreshAppearances(List<PDField> fields) Refreshes the appearance streams and appearance dictionaries for the widget annotations of the specified fields.private voidPDAcroForm.removeFields(List<PDField> fields) voidPDNonTerminalField.setChildren(List<PDField> children) Sets the child fields.voidSet the documents root fields. -
Uses of PDField in org.apache.pdfbox.preflight.process
Methods in org.apache.pdfbox.preflight.process with parameters of type PDFieldModifier and TypeMethodDescriptionprotected booleanAcroFormValidationProcess.validateField(PreflightContext ctx, PDField field) A and AA field are forbidden, this method checks if they are present and checks all children of this field.Method parameters in org.apache.pdfbox.preflight.process with type arguments of type PDFieldModifier and TypeMethodDescriptionprotected booleanAcroFormValidationProcess.exploreFields(PreflightContext ctx, List<PDField> fields) This function explores all fields and their children to validate them.