Uses of Class
org.apache.pdfbox.pdmodel.PDJavascriptNameTreeNode
-
Packages that use PDJavascriptNameTreeNode Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. -
-
Uses of PDJavascriptNameTreeNode in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDJavascriptNameTreeNode Modifier and Type Method Description PDJavascriptNameTreeNode
PDDocumentNameDictionary. getJavaScript()
Get the document level JavaScript name tree.Methods in org.apache.pdfbox.pdmodel with parameters of type PDJavascriptNameTreeNode Modifier and Type Method Description void
PDDocumentNameDictionary. setJavascript(PDJavascriptNameTreeNode js)
Set the named javascript entries that are associated with this document.
-