Uses of Class
org.pdfbox.pdmodel.fdf.FDFCatalog

Packages that use FDFCatalog
org.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document. 
 

Uses of FDFCatalog in org.pdfbox.pdmodel.fdf
 

Methods in org.pdfbox.pdmodel.fdf that return FDFCatalog
 FDFCatalog FDFDocument.getCatalog()
          This will get the FDF Catalog.
 

Methods in org.pdfbox.pdmodel.fdf with parameters of type FDFCatalog
 void FDFDocument.setCatalog(FDFCatalog cat)
          This will set the FDF catalog for this FDF document.