|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.fdf.FDFPage
This represents an FDF page that is part of the FDF document.
Constructor Summary | |
FDFPage()
Default constructor. |
|
FDFPage(COSDictionary p)
Constructor. |
Method Summary | |
COSDictionary |
getCOSDictionary()
Convert this standard java object to a COS object. |
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
FDFPageInfo |
getPageInfo()
This will get the FDF page info object. |
List |
getTemplates()
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 templates)
A list of FDFTemplate objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FDFPage()
public FDFPage(COSDictionary p)
p
- The FDF page.Method Detail |
public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getCOSDictionary()
public List getTemplates()
public void setTemplates(List templates)
templates
- A list of templates for this Page.public FDFPageInfo getPageInfo()
public void setPageInfo(FDFPageInfo info)
info
- The new page info dictionary.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |