|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.interactive.form.PDFieldFactory
public class PDFieldFactory
This is the Factory for creating and returning the correct field elements.
Method Summary | |
---|---|
static PDField |
createField(PDAcroForm acroForm,
COSDictionary field)
This method creates a COSField subclass from the given field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PDField createField(PDAcroForm acroForm, COSDictionary field) throws java.io.IOException
acroForm
- The form that the field will be part of.field
- The dictionary representing a field element
java.io.IOException
- If there is an error determining the field type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |