Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.form |
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
|
Modifier and Type | Field and Description |
---|---|
private PDNonTerminalField |
PDField.parent |
Modifier and Type | Method and Description |
---|---|
PDNonTerminalField |
PDField.getParent()
Get the parent field to this field, or null if none exists.
|
Modifier and Type | Method and Description |
---|---|
private static PDField |
PDFieldFactory.createButtonSubType(PDAcroForm form,
COSDictionary field,
PDNonTerminalField parent) |
private static PDField |
PDFieldFactory.createChoiceSubType(PDAcroForm form,
COSDictionary field,
PDNonTerminalField parent) |
(package private) static PDField |
PDFieldFactory.createField(PDAcroForm form,
COSDictionary field,
PDNonTerminalField parent)
Creates a COSField subclass from the given field.
|
(package private) static PDField |
PDField.fromDictionary(PDAcroForm form,
COSDictionary field,
PDNonTerminalField parent)
Creates a COSField subclass from the given COS field.
|