Uses of Class
org.apache.pdfbox.pdmodel.PDEmbeddedFilesNameTreeNode
-
Packages that use PDEmbeddedFilesNameTreeNode Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. -
-
Uses of PDEmbeddedFilesNameTreeNode in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDEmbeddedFilesNameTreeNode Modifier and Type Method Description PDEmbeddedFilesNameTreeNode
PDDocumentNameDictionary. getEmbeddedFiles()
Get the embedded files named tree node.Methods in org.apache.pdfbox.pdmodel with parameters of type PDEmbeddedFilesNameTreeNode Modifier and Type Method Description void
PDDocumentNameDictionary. setEmbeddedFiles(PDEmbeddedFilesNameTreeNode ef)
Set the named embedded files that are associated with this document.
-