com.lowagie.rups.view.itext.treenodes

Class PdfPageTreeNode

public class PdfPageTreeNode extends PdfObjectTreeNode

A tree node corresponding with a Page dictionary in a PDF file.
Field Summary
static longserialVersionUID
A serial version uid
Constructor Summary
PdfPageTreeNode(PdfDictionary object)
Creates a tree node for a Pages dictionary.

Field Detail

serialVersionUID

private static final long serialVersionUID
A serial version uid

Constructor Detail

PdfPageTreeNode

public PdfPageTreeNode(PdfDictionary object)
Creates a tree node for a Pages dictionary.

Parameters: object a PdfDictionary of type pages.