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