Uses of Class
org.apache.pdfbox.pdmodel.fdf.FDFIconFit
-
Packages that use FDFIconFit 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 FDFIconFit in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return FDFIconFit Modifier and Type Method Description FDFIconFit
FDFField. getIconFit()
This will get the icon fit that is associated with this field.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type FDFIconFit Modifier and Type Method Description void
FDFField. setIconFit(FDFIconFit fit)
This will set the icon fit entry.
-