Uses of Class
org.apache.pdfbox.pdmodel.fdf.FDFField
Packages that use FDFField
Package
Description
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of FDFField in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return types with arguments of type FDFFieldModifier and TypeMethodDescriptionFDFDictionary.getFields()
This will get the list of FDF Fields.FDFTemplate.getFields()
This will get a list of fields that are part of this template.FDFField.getKids()
This will get the list of kids.Method parameters in org.apache.pdfbox.pdmodel.fdf with type arguments of type FDFField -
Uses of FDFField in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return FDFFieldModifier and TypeMethodDescription(package private) abstract FDFField
PDField.exportFDF()
Exports this field and its children as FDF.(package private) FDFField
PDNonTerminalField.exportFDF()
(package private) FDFField
PDTerminalField.exportFDF()
Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type FDFField