|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PdfPageElement
interface has to be implemented by PdfPage
and PdfPages
.
PdfPage
,
PdfPages
Method Summary | |
boolean |
isParent()
Checks if this page element is a tree of pages. |
void |
setParent(PdfIndirectReference reference)
Set the value for the Parent key in the Page or Pages Dictionary. |
Method Detail |
public void setParent(PdfIndirectReference reference)
reference
- an indirect reference to a PdfPages
-objectpublic boolean isParent()
true
if it's a tree of pages;
false
if it's a single page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |