Uses of Class
org.apache.pdfbox.pdmodel.fdf.FDFDictionary

Packages that use FDFDictionary
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
 FDFDictionary FDFCatalog.getFDF()
          This will get the FDF dictionary.
 

Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type FDFDictionary
 void FDFCatalog.setFDF(FDFDictionary fdf)
          This will set the FDF document.
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.