Uses of Class
org.apache.pdfbox.pdmodel.fdf.FDFTemplate
Packages that use FDFTemplate
Package
Description
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
-
Uses of FDFTemplate in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return types with arguments of type FDFTemplateModifier and TypeMethodDescriptionFDFPage.getTemplates()
This will get a list of FDFTemplage objects that describe the named pages that serve as templates.Method parameters in org.apache.pdfbox.pdmodel.fdf with type arguments of type FDFTemplateModifier and TypeMethodDescriptionvoid
FDFPage.setTemplates
(List<FDFTemplate> templates) A list of FDFTemplate objects.