com.lowagie.rups.view.itext.treenodes

Class PdfPagesTreeNode

public class PdfPagesTreeNode extends PdfObjectTreeNode

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

Field Detail

serialVersionUID

private static final long serialVersionUID
a serial version uid

Constructor Detail

PdfPagesTreeNode

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

Parameters: object a PdfDictionary of type pages.