|
ElegantJ PDF Library Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elegantj.pdf.PDFObject
com.elegantj.pdf.Catalog
The Catalog is a dictionary that is the root node of the document. It contains a reference to the tree of pages contained in the document, a reference to the tree of objects representing the document’s outline, etc.
| Field Summary | |
static int |
FULLSCREEN
This page mode indicates that when the document is opened, it is displayed in full-screen-mode. |
static int |
USENONE
This page mode indicates that the document should be opened just with the page visible |
static int |
USEOUTLINES
This page mode indicates that the Outlines should also be displayed when the document is opened |
static int |
USETHUMBS
This page mode indicates that the Thumbnails should be visible when the document first opens |
| Constructor Summary | |
Catalog(Pages pages,
int pageMode)
Constructs a Catalog object with specified pages and page mode |
|
| Method Summary | |
void |
setOutlines(Outlines outlines)
Method which sets the outline for the PDF document |
| Methods inherited from class com.elegantj.pdf.PDFObject |
getPDFObjectID, getPDFObjectRefStr, getPDFObjectType, setPDFObjectID, setPDFObjectType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int USENONE
public static final int USEOUTLINES
public static final int USETHUMBS
public static final int FULLSCREEN
| Constructor Detail |
public Catalog(Pages pages,
int pageMode)
pages - The Pages object| Method Detail |
public void setOutlines(Outlines outlines)
outlines - The outline for the PDF document
|
ElegantJ PDF Library Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||