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 |
---|---|---|
java.util.List<FDFPage> |
FDFDictionary.getPages() |
This will get the list of FDF Pages.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FDFDictionary.setPages(java.util.List<FDFPage> pages) |
This will set the list of pages.
|
Copyright © 2002–2018. All rights reserved.