COSObjectablepublic class FDFPage extends java.lang.Object implements COSObjectable
| Constructor | Description |
|---|---|
FDFPage() |
Default constructor.
|
FDFPage(COSDictionary p) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
java.util.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(java.util.List templates) |
A list of FDFTemplate objects.
|
public FDFPage()
public FDFPage(COSDictionary p)
p - The FDF page.public COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic COSDictionary getCOSDictionary()
public java.util.List getTemplates()
public void setTemplates(java.util.List templates)
templates - A list of templates for this Page.public FDFPageInfo getPageInfo()
public void setPageInfo(FDFPageInfo info)
info - The new page info dictionary.