Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.form |
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
|
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 |
---|---|
static PDField |
PDFieldFactory.createField(PDAcroForm form,
COSDictionary field,
PDNonTerminalField parent)
Creates a COSField subclass from the given field.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.