Uses of Class
org.pdfbox.pdmodel.PDDocumentNameDictionary

Packages that use PDDocumentNameDictionary
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
 

Uses of PDDocumentNameDictionary in org.pdfbox.pdmodel
 

Methods in org.pdfbox.pdmodel that return PDDocumentNameDictionary
 PDDocumentNameDictionary PDDocumentCatalog.getNames()
           
 

Methods in org.pdfbox.pdmodel with parameters of type PDDocumentNameDictionary
 void PDDocumentCatalog.setNames(PDDocumentNameDictionary names)
          Set the names dictionary for the document.