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

Packages that use FDFIconFit
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 FDFIconFit in org.pdfbox.pdmodel.fdf
 

Methods in org.pdfbox.pdmodel.fdf that return FDFIconFit
 FDFIconFit FDFField.getIconFit()
          This will get the icon fit that is associated with this field.
 

Methods in org.pdfbox.pdmodel.fdf with parameters of type FDFIconFit
 void FDFField.setIconFit(FDFIconFit fit)
          This will set the icon fit entry.