Package org.apache.pdfbox.pdmodel.fdf
Class FDFPage
java.lang.Object
org.apache.pdfbox.pdmodel.fdf.FDFPage
- All Implemented Interfaces:
COSObjectable
This represents an FDF page that is part of the FDF document.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConvert this standard java object to a COS object.This will get the FDF page info object.This will get a list of FDFTemplage objects that describe the named pages that serve as templates.void
setPageInfo
(FDFPageInfo info) This will set the page info.void
setTemplates
(List<FDFTemplate> templates) A list of FDFTemplate objects.
-
Field Details
-
page
-
-
Constructor Details
-
FDFPage
public FDFPage()Default constructor. -
FDFPage
Constructor.- Parameters:
p
- The FDF page.
-
-
Method Details
-
getCOSObject
Convert this standard java object to a COS object.- Specified by:
getCOSObject
in interfaceCOSObjectable
- Returns:
- The cos object that matches this Java object.
-
getTemplates
This will get a list of FDFTemplage objects that describe the named pages that serve as templates.- Returns:
- A list of templates.
-
setTemplates
A list of FDFTemplate objects.- Parameters:
templates
- A list of templates for this Page.
-
getPageInfo
This will get the FDF page info object.- Returns:
- The Page info.
-
setPageInfo
This will set the page info.- Parameters:
info
- The new page info dictionary.
-