| java.lang.Object gnu.jpdf.PDFObject gnu.jpdf.PDFCatalog
PDFCatalog | public class PDFCatalog extends PDFObject (Code) | | This class implements the PDF Catalog,
also known as the root node
author: Peter T. Mount author: Eric Z. Beard, ericzbeard@hotmail.com author: $Author: ezb $ version: $Revision: 1.2 $, $Date: 2001/11/16 15:26:04 $ |
PDFCatalog | public PDFCatalog(PDFPageList pdfPageList, int pagemode)(Code) | | This constructs a PDF Catalog object
Parameters: pdfPageList - The PDFPageList object that's the root of the documents page tree Parameters: pagemode - How the document should appear when opened.Allowed values are USENONE, USEOUTLINES, USETHUMBS or FULLSCREEN. |
setOutline | protected void setOutline(PDFOutline outline)(Code) | | This sets the root outline object
Parameters: outline - The root outline |
|
|