Class PdfPageTreeNode

All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode

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

    • serialVersionUID

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

    • PdfPageTreeNode

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