com.lowagie.text.pdf

Interface PdfPageElement

interface PdfPageElement

The PdfPageElement interface has to be implemented by PdfPage and PdfPages.

See Also: PdfPage PdfPages

Method Summary
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

isParent

public boolean isParent()
Checks if this page element is a tree of pages.

Returns: true if it's a tree of pages; false if it's a single page

setParent

public void setParent(PdfIndirectReference reference)
Set the value for the Parent key in the Page or Pages Dictionary.

Parameters: reference an indirect reference to a PdfPages-object