Uses of Class
org.apache.pdfbox.pdmodel.PDDocumentNameDictionary
-
Packages that use PDDocumentNameDictionary Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. -
-
Uses of PDDocumentNameDictionary in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDDocumentNameDictionary Modifier and Type Method Description PDDocumentNameDictionary
PDDocumentCatalog. getNames()
Methods in org.apache.pdfbox.pdmodel with parameters of type PDDocumentNameDictionary Modifier and Type Method Description void
PDDocumentCatalog. setNames(PDDocumentNameDictionary names)
Sets the names dictionary for the document.
-