Class PdfTrailerTreeNode

All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode

public class PdfTrailerTreeNode extends PdfObjectTreeNode
A special treenode that will be used for the trailer dictionary of a PDF file.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      A serial version id.
      See Also:
  • Constructor Details

    • PdfTrailerTreeNode

      public PdfTrailerTreeNode()
      Constructs a simple text tree node.
  • Method Details

    • setTrailer

      public void setTrailer(PdfDictionary trailer)
      Sets the object for this node.
      Parameters:
      trailer - the trailer dictionary of a PDF file.