Class PDDestinationNameTreeNode

java.lang.Object
org.apache.pdfbox.pdmodel.common.PDNameTreeNode<PDPageDestination>
org.apache.pdfbox.pdmodel.PDDestinationNameTreeNode
All Implemented Interfaces:
COSObjectable

public class PDDestinationNameTreeNode extends PDNameTreeNode<PDPageDestination>
This class holds all of the name trees that are available at the document level.
Author:
Ben Litchfield
  • Constructor Details

    • PDDestinationNameTreeNode

      public PDDestinationNameTreeNode()
      Constructor.
    • PDDestinationNameTreeNode

      public PDDestinationNameTreeNode(COSDictionary dic)
      Constructor.
      Parameters:
      dic - The COS dictionary.
  • Method Details