| com.lowagie.text.pdf.PdfPageElement
PdfPageElement | interface PdfPageElement (Code) | | The PdfPageElement interface has to be implemented by PdfPage and PdfPages .
See Also: PdfPage See Also: PdfPages |
Method Summary | |
public boolean | isParent() Checks if this page element is a tree of pages. | public void | setParent(PdfIndirectReference reference) Set the value for the Parent key in the Page or Pages Dictionary. |
isParent | public boolean isParent()(Code) | | Checks if this page element is a tree of pages.
true if it's a tree of pages;false if it's a single page |
setParent | public void setParent(PdfIndirectReference reference)(Code) | | Set the value for the Parent key in the Page or Pages Dictionary.
Parameters: reference - an indirect reference to a PdfPages -object |
|
|