Uses of Class
org.apache.pdfbox.pdmodel.PDEmbeddedFilesNameTreeNode
Packages that use PDEmbeddedFilesNameTreeNode
Package
Description
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 PDEmbeddedFilesNameTreeNodeModifier and TypeMethodDescriptionPDDocumentNameDictionary.getEmbeddedFiles()
Get the embedded files named tree node.Methods in org.apache.pdfbox.pdmodel with parameters of type PDEmbeddedFilesNameTreeNodeModifier and TypeMethodDescriptionvoid
PDDocumentNameDictionary.setEmbeddedFiles
(PDEmbeddedFilesNameTreeNode ef) Set the named embedded files that are associated with this document.