|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.PDDocumentNameDictionary
public class PDDocumentNameDictionary
This class holds all of the name trees that are available at the document level.
Constructor Summary | |
---|---|
PDDocumentNameDictionary(PDDocumentCatalog cat)
Constructor. |
|
PDDocumentNameDictionary(PDDocumentCatalog cat,
COSDictionary names)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |