Class PDFieldFactory
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.interactive.form.PDFieldFactory
-
public final class PDFieldFactory extends Object
A PDField factory.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PDFieldcreateField(PDAcroForm form, COSDictionary field, PDNonTerminalField parent)Creates a COSField subclass from the given field.
-
-
-
Method Detail
-
createField
public static PDField createField(PDAcroForm form, COSDictionary field, PDNonTerminalField parent)
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
-
-