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 for handling Interactive Forms, also known as "AcroForms".
|
Modifier and Type | Method and Description |
---|---|
List<FDFField> |
FDFTemplate.getFields()
This will get a list of fields that are part of this template.
|
List<FDFField> |
FDFDictionary.getFields()
This will get the list of FDF Fields.
|
List<FDFField> |
FDFField.getKids()
This will get the list of kids.
|
Modifier and Type | Method and Description |
---|---|
void |
FDFTemplate.setFields(List<FDFField> fields)
This will set a list of fields for this template.
|
void |
FDFDictionary.setFields(List<FDFField> fields)
This will set the list of fields.
|
void |
FDFField.setKids(List<FDFField> kids)
This will set the list of kids.
|
Modifier and Type | Method and Description |
---|---|
void |
PDTerminalField.importFDF(FDFField fdfField) |
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.