Class PDJavascriptNameTreeNode

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

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

    • PDJavascriptNameTreeNode

      public PDJavascriptNameTreeNode()
      Constructor.
    • PDJavascriptNameTreeNode

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