com.lowagie.rups.view.itext.treenodes

Class PdfTrailerTreeNode

public class PdfTrailerTreeNode extends PdfObjectTreeNode

A special treenode that will be used for the trailer dictionary of a PDF file.
Field Summary
static longserialVersionUID
A serial version id.
Constructor Summary
PdfTrailerTreeNode()
Constructs a simple text tree node.
Method Summary
voidsetTrailer(PdfDictionary trailer)
Sets the object for this node.

Field Detail

serialVersionUID

private static final long serialVersionUID
A serial version id.

Constructor Detail

PdfTrailerTreeNode

public PdfTrailerTreeNode()
Constructs a simple text tree node.

Method Detail

setTrailer

public void setTrailer(PdfDictionary trailer)
Sets the object for this node.

Parameters: trailer the trailer dictionary of a PDF file.