Uses of Class
org.apache.pdfbox.pdmodel.interactive.form.PDField
-
Packages that use PDField Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.fixup.processor org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible This is the visual signature part that help creating the visual representation for the digital signature.org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".org.apache.pdfbox.preflight.process -
-
Uses of PDField in org.apache.pdfbox.pdmodel
Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDField Modifier and Type Method Description private booleanPDDocument. checkSignatureField(java.util.Iterator<PDField> fieldIterator, PDSignatureField signatureField)Check if the field already exists in the field list.private PDSignatureFieldPDDocument. findSignatureField(java.util.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 PDField Modifier and Type Method Description private PDFieldAcroFormOrphanWidgetsProcessor. resolveNonRootField(PDAcroForm acroForm, COSDictionary parent, java.util.Map<java.lang.String,PDField> nonTerminalFieldsMap)Method parameters in org.apache.pdfbox.pdmodel.fixup.processor with type arguments of type PDField Modifier and Type Method Description private voidAcroFormOrphanWidgetsProcessor. handleAnnotations(PDAcroForm acroForm, PDResources acroFormResources, java.util.List<PDField> fields, java.util.List<PDAnnotation> annotations, java.util.Map<java.lang.String,PDField> nonTerminalFieldsMap)private voidAcroFormOrphanWidgetsProcessor. handleAnnotations(PDAcroForm acroForm, PDResources acroFormResources, java.util.List<PDField> fields, java.util.List<PDAnnotation> annotations, java.util.Map<java.lang.String,PDField> nonTerminalFieldsMap)private PDFieldAcroFormOrphanWidgetsProcessor. resolveNonRootField(PDAcroForm acroForm, COSDictionary parent, java.util.Map<java.lang.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 PDField Modifier and Type Field Description private java.util.List<PDField>PDFTemplateStructure. acroFormFieldsMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return types with arguments of type PDField Modifier and Type Method Description java.util.List<PDField>PDFTemplateStructure. getAcroFormFields()Gets acroFormFieldsMethod parameters in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with type arguments of type PDField Modifier and Type Method Description voidPDFTemplateStructure. setAcroFormFields(java.util.List<PDField> acroFormFields)Sets acroFormFields -
Uses of PDField in org.apache.pdfbox.pdmodel.interactive.form
Subclasses of PDField in org.apache.pdfbox.pdmodel.interactive.form Modifier and Type Class Description classPDButtonA button field represents an interactive control on the screen that the user can manipulate with the mouse.classPDCheckBoxA check box toggles between two states, on and off.classPDChoiceA choice field contains several text items, one or more of which shall be selected as the field value.classPDComboBoxA combo box consisting of a drop-down list.classPDListBoxA scrollable list box.classPDNonTerminalFieldA non terminal field in an interactive form.classPDPushButtonA pushbutton is a purely interactive control that responds immediately to user input without retaining a permanent value.classPDRadioButtonRadio button fields contain a set of related buttons that can each be on or off.classPDSignatureFieldA signature field is a form field that contains a digital signature.classPDTerminalFieldA field in an interactive form.classPDTextFieldA text field is a box or space for text fill-in data typically entered from a keyboard.classPDVariableTextBase class for fields which use "Variable Text".Fields in org.apache.pdfbox.pdmodel.interactive.form with type parameters of type PDField Modifier and Type Field Description private java.util.Map<java.lang.String,PDField>PDAcroForm. fieldCacheprivate java.util.Queue<PDField>PDFieldTree.FieldIterator. queueMethods in org.apache.pdfbox.pdmodel.interactive.form that return PDField Modifier and Type Method Description private 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) PDFieldPDField. findKid(java.lang.String[] name, int nameIndex)This 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.PDFieldPDAcroForm. getField(java.lang.String fullyQualifiedName)This will get a field by name, possibly using the cache if setCache is true.PDFieldPDFieldTree.FieldIterator. next()Methods in org.apache.pdfbox.pdmodel.interactive.form that return types with arguments of type PDField Modifier and Type Method Description java.util.List<PDField>PDAcroForm. getCalcOrder()Return the calculation order in which field values should be recalculated when the value of any field changes.java.util.List<PDField>PDNonTerminalField. getChildren()Returns this field's children.java.util.Iterator<PDField>PDAcroForm. getFieldIterator()Returns an iterator which walks all fields in the field tree, in order.java.util.List<PDField>PDAcroForm. getFields()This will return all of the documents root fields.java.util.Iterator<PDField>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 PDField Modifier and Type Method Description private voidPDFieldTree.FieldIterator. enqueueKids(PDField node)Method parameters in org.apache.pdfbox.pdmodel.interactive.form with type arguments of type PDField Modifier and Type Method Description private java.util.Map<COSDictionary,java.util.Set<COSDictionary>>PDAcroForm. buildPagesWidgetsMap(java.util.List<PDField> fields, PDPageTree pages)Build a map of pages => widgetsprivate java.util.Set<COSDictionary>PDAcroForm. createWidgetDictionarySet(java.util.List<PDField> fields)Return a set of all annotation widget dictionaries related to the fields to be flattened.voidPDAcroForm. flatten(java.util.List<PDField> fields, boolean refreshAppearances)This will flatten the specified form fields.voidPDAcroForm. refreshAppearances(java.util.List<PDField> fields)Refreshes the appearance streams and appearance dictionaries for the widget annotations of the specified fields.private voidPDAcroForm. removeFields(java.util.List<PDField> fields)voidPDAcroForm. setCalcOrder(java.util.List<PDField> fields)Set the calculation order in which field values should be recalculated when the value of any field changes.voidPDNonTerminalField. setChildren(java.util.List<PDField> children)Sets the child fields.voidPDAcroForm. setFields(java.util.List<PDField> fields)Set the documents root fields. -
Uses of PDField in org.apache.pdfbox.preflight.process
Methods in org.apache.pdfbox.preflight.process with parameters of type PDField Modifier and Type Method Description protected 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 PDField Modifier and Type Method Description protected booleanAcroFormValidationProcess. exploreFields(PreflightContext ctx, java.util.List<PDField> fields)This function explores all fields and their children to validate them.
-