Package com.itextpdf.text.pdf
Interface PdfPageElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisParent()Checks if this page element is a tree of pages.voidsetParent(PdfIndirectReference reference)Set the value for the Parent key in the Page or Pages Dictionary.
-
-
-
Method Detail
-
setParent
void setParent(PdfIndirectReference reference)
Set the value for the Parent key in the Page or Pages Dictionary.- Parameters:
reference- an indirect reference to aPdfPages-object
-
isParent
boolean isParent()
Checks if this page element is a tree of pages.- Returns:
trueif it's a tree of pages;falseif it's a single page
-
-