Home » pdfbox-1.1.0-src » org.apache.pdfbox.pdmodel » [javadoc | source]
org.apache.pdfbox.pdmodel
public class: PDJavascriptNameTreeNode [javadoc | source]
java.lang.Object
   org.apache.pdfbox.pdmodel.common.PDNameTreeNode
      org.apache.pdfbox.pdmodel.PDJavascriptNameTreeNode

All Implemented Interfaces:
    COSObjectable

This class holds all of the name trees that are available at the document level.
Constructor:
 public PDJavascriptNameTreeNode() 
 public PDJavascriptNameTreeNode(COSDictionary dic) 
    Constructor.
    Parameters:
    dic - The COS dictionary.
Method from org.apache.pdfbox.pdmodel.PDJavascriptNameTreeNode Summary:
convertCOSToPD,   createChildNode
Methods from org.apache.pdfbox.pdmodel.common.PDNameTreeNode:
convertCOSToPD,   createChildNode,   getCOSDictionary,   getCOSObject,   getKids,   getLowerLimit,   getNames,   getUpperLimit,   getValue,   setKids,   setNames
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.pdmodel.PDJavascriptNameTreeNode Detail:
 protected Object convertCOSToPD(COSBase base) throws IOException 
    {@inheritDoc}
 protected PDNameTreeNode createChildNode(COSDictionary dic) 
    {@inheritDoc}