COSObjectablepublic class FDFPage extends java.lang.Object implements COSObjectable
| Constructor | Description |
|---|---|
FDFPage() |
Default constructor.
|
FDFPage(COSDictionary p) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
COSDictionary |
getCOSObject() |
Convert this standard java object to a COS object.
|
FDFPageInfo |
getPageInfo() |
This will get the FDF page info object.
|
java.util.List<FDFTemplate> |
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<FDFTemplate> templates) |
A list of FDFTemplate objects.
|
public FDFPage()
public FDFPage(COSDictionary p)
p - The FDF page.public COSDictionary getCOSObject()
getCOSObject in interface COSObjectablepublic java.util.List<FDFTemplate> getTemplates()
public void setTemplates(java.util.List<FDFTemplate> templates)
templates - A list of templates for this Page.public FDFPageInfo getPageInfo()
public void setPageInfo(FDFPageInfo info)
info - The new page info dictionary.Copyright © 2002–2018. All rights reserved.