|
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.Pages
The pages of a document are accessible through a tree of nodes known as the Pages tree. This tree defines the ordering of the pages in the document.
| Constructor Summary | |
Pages(PDF pdf)
Constructs a Pages object |
|
| Method Summary | |
void |
add(Page page)
Method which adds the page to this pages |
Page |
getPage(int kidObjID)
Method which returns the child page using the specified id |
int |
getPageIndex(Page page)
Returns the page index of the spcified page |
| 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 |
| Constructor Detail |
public Pages(PDF pdf)
pdf - The pdf object| Method Detail |
public void add(Page page)
page - The page which will be added to this pages objectpublic Page getPage(int kidObjID)
kidObjID - The id of the child pagepublic int getPageIndex(Page page)
page - The Specified page
|
ElegantJ PDF Library Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||