Uses of Class
org.apache.pdfbox.pdmodel.fdf.FDFPage
-
Packages that use FDFPage 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. -
-
Uses of FDFPage in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return types with arguments of type FDFPage Modifier and Type Method Description java.util.List<FDFPage>
FDFDictionary. getPages()
This will get the list of FDF Pages.Method parameters in org.apache.pdfbox.pdmodel.fdf with type arguments of type FDFPage Modifier and Type Method Description void
FDFDictionary. setPages(java.util.List<FDFPage> pages)
This will set the list of pages.
-