Uses of Class
org.apache.pdfbox.pdmodel.fdf.FDFPageInfo
-
Packages that use FDFPageInfo 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 FDFPageInfo in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return FDFPageInfo Modifier and Type Method Description FDFPageInfo
FDFPage. getPageInfo()
This will get the FDF page info object.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type FDFPageInfo Modifier and Type Method Description void
FDFPage. setPageInfo(FDFPageInfo info)
This will set the page info.
-