Class PDFieldFactory
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.form.PDFieldFactory
A PDField factory.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PDFieldcreateField(PDAcroForm form, COSDictionary field, PDNonTerminalField parent) Creates a COSField subclass from the given field.
-
Method Details
-
createField
Creates a COSField subclass from the given field.- Parameters:
form- the form that the field is part offield- the dictionary representing a field elementparent- the parent node of the node to be created- Returns:
- the corresponding PDField instance
-