| java.lang.Object org.pdfbox.pdmodel.interactive.form.PDFieldFactory
PDFieldFactory | public class PDFieldFactory (Code) | | This is the Factory for creating and returning the correct
field elements.
author: sug version: $Revision: 1.8 $ |
Method Summary | |
public static PDField | createField(PDAcroForm acroForm, COSDictionary field) This method creates a COSField subclass from the given field.
The field is a PDF Dictionary object that must represent a
field element. |
createField | public static PDField createField(PDAcroForm acroForm, COSDictionary field) throws IOException(Code) | | This method creates a COSField subclass from the given field.
The field is a PDF Dictionary object that must represent a
field element. - othewise null is returned
Parameters: acroForm - The form that the field will be part of. Parameters: field - The dictionary representing a field element a subclass to COSField according to the kind of field passed to createField throws: IOException - If there is an error determining the field type. |
|
|