Package | Description |
---|---|
org.apache.pdfbox.pdmodel.fdf |
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
|
org.apache.pdfbox.pdmodel.interactive.form |
The interactive package contains classes that deal with interactive annotations such as textfields and buttons.
|
Modifier and Type | Method and Description |
---|---|
List<FDFField> |
FDFField.getKids()
This will get the list of kids.
|
Modifier and Type | Method and Description |
---|---|
void |
FDFField.setKids(List<FDFField> kids)
This will set the list of kids.
|
Modifier and Type | Method and Description |
---|---|
void |
PDField.importFDF(FDFField fdfField)
This will import a fdf field from a fdf document.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.