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.
|
Modifier and Type | Method | Description |
---|---|---|
FDFNamedPageReference |
FDFField.getAppearanceStreamReference() |
This will get named page references..
|
FDFNamedPageReference |
FDFTemplate.getTemplateReference() |
This is the template reference.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FDFField.setAppearanceStreamReference(FDFNamedPageReference ref) |
This will set the named page references.
|
void |
FDFTemplate.setTemplateReference(FDFNamedPageReference tRef) |
This will set the template reference.
|