Uses of Class
org.apache.pdfbox.pdmodel.fdf.FDFDictionary
-
Packages that use FDFDictionary 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 FDFDictionary in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return FDFDictionary Modifier and Type Method Description FDFDictionary
FDFCatalog. getFDF()
This will get the FDF dictionary.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type FDFDictionary Modifier and Type Method Description void
FDFCatalog. setFDF(FDFDictionary fdf)
This will set the FDF document.
-