public class FDFPage extends Object implements COSObjectable
| Constructor and Description | 
|---|
| FDFPage()Default constructor. | 
| FDFPage(COSDictionary p)Constructor. | 
| Modifier and Type | Method and 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. | 
| 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. | 
public FDFPage()
public FDFPage(COSDictionary p)
p - The FDF page.public COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic 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.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.