Uses of Class
org.apache.pdfbox.pdmodel.fdf.FDFTemplate
-
Packages that use FDFTemplate 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 FDFTemplate in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return types with arguments of type FDFTemplate Modifier and Type Method Description java.util.List<FDFTemplate>
FDFPage. 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 FDFTemplate Modifier and Type Method Description void
FDFPage. setTemplates(java.util.List<FDFTemplate> templates)
A list of FDFTemplate objects.
-