public class PDDocumentNameDictionary extends Object implements COSObjectable
| Constructor and Description | 
|---|
| PDDocumentNameDictionary(PDDocumentCatalog cat)Constructor. | 
| PDDocumentNameDictionary(PDDocumentCatalog cat,
                        COSDictionary names)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| COSDictionary | getCOSDictionary()Convert this standard java object to a COS object. | 
| COSBase | getCOSObject()Convert this standard java object to a COS object. | 
| PDDestinationNameTreeNode | getDests()Get the destination named tree node. | 
| PDEmbeddedFilesNameTreeNode | getEmbeddedFiles()Get the embedded files named tree node. | 
| PDJavascriptNameTreeNode | getJavaScript()Get the document level javascript entries. | 
| void | setDests(PDDestinationNameTreeNode dests)Set the named destinations that are associated with this document. | 
| void | setEmbeddedFiles(PDEmbeddedFilesNameTreeNode ef)Set the named embedded files that are associated with this document. | 
| void | setJavascript(PDJavascriptNameTreeNode js)Set the named javascript entries that are associated with this document. | 
public PDDocumentNameDictionary(PDDocumentCatalog cat)
cat - The document catalog that this dictionary is part of.public PDDocumentNameDictionary(PDDocumentCatalog cat, COSDictionary names)
cat - The document that this dictionary is part of.names - The names dictionary.public COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic COSDictionary getCOSDictionary()
public PDDestinationNameTreeNode getDests()
public void setDests(PDDestinationNameTreeNode dests)
dests - The destination names.public PDEmbeddedFilesNameTreeNode getEmbeddedFiles()
public void setEmbeddedFiles(PDEmbeddedFilesNameTreeNode ef)
ef - The new embedded filespublic PDJavascriptNameTreeNode getJavaScript()
public void setJavascript(PDJavascriptNameTreeNode js)
js - The new Javascript entries.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.