COSObjectablepublic class PDDocumentNameDictionary extends java.lang.Object implements COSObjectable
| Constructor | Description |
|---|---|
PDDocumentNameDictionary(PDDocumentCatalog cat) |
Constructor.
|
PDDocumentNameDictionary(PDDocumentCatalog cat,
COSDictionary names) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
COSDictionary |
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 COSDictionary getCOSObject()
getCOSObject in interface COSObjectablepublic 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–2018. All rights reserved.