org.pdfbox.pdmodel.fdf
Class FDFPage
java.lang.Object
org.pdfbox.pdmodel.fdf.FDFPage
- COSObjectable
public class FDFPage
extends java.lang.Object
This represents an FDF page that is part of the FDF document.
FDFPage
public FDFPage()
Default constructor.
getCOSDictionary
public COSDictionary getCOSDictionary()
Convert this standard java object to a COS object.
- The cos object that matches this Java object.
getCOSObject
public COSBase getCOSObject()
Convert this standard java object to a COS object.
- getCOSObject in interface COSObjectable
- The cos object that matches this Java object.
getPageInfo
public FDFPageInfo getPageInfo()
This will get the FDF page info object.
getTemplates
public List getTemplates()
This will get a list of FDFTemplage objects that describe the named pages
that serve as templates.
setPageInfo
public void setPageInfo(FDFPageInfo info)
This will set the page info.
info
- The new page info dictionary.
setTemplates
public void setTemplates(List templates)
A list of FDFTemplate objects.
templates
- A list of templates for this Page.