Class PDFieldFactory
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.interactive.form.PDFieldFactory
-
public final class PDFieldFactory extends java.lang.Object
A PDField factory.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PDField
createField(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
-
-