com.lowagie.text.pdf
interface PdfPageElement
PdfPageElement interface has to be implemented by PdfPage and 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.
|
Returns: true if it's a tree of pages;
false if it's a single page
Parameters: reference an indirect reference to a PdfPages-object