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 and Description |
---|---|
FDFNamedPageReference |
FDFField.getAppearanceStreamReference()
This will get named page references..
|
FDFNamedPageReference |
FDFTemplate.getTemplateReference()
This is the template reference.
|
Modifier and Type | Method and Description |
---|---|
void |
FDFField.setAppearanceStreamReference(FDFNamedPageReference ref)
This will set the named page references.
|
void |
FDFTemplate.setTemplateReference(FDFNamedPageReference tRef)
This will set the template reference.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.