Class PdfPagesTreeNode

All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode

public class PdfPagesTreeNode extends PdfObjectTreeNode
A tree node corresponding with a Pages dictionary in a PDF file.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      a serial version uid
      See Also:
  • Constructor Details

    • PdfPagesTreeNode

      public PdfPagesTreeNode(PdfDictionary object)
      Creates a tree node for a Pages dictionary.
      Parameters:
      object - a PdfDictionary of type pages.