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 PDDocumentNameDictionaryPDDocumentCatalog. getNames()Methods in org.apache.pdfbox.pdmodel with parameters of type PDDocumentNameDictionary Modifier and Type Method Description voidPDDocumentCatalog. setNames(PDDocumentNameDictionary names)Sets the names dictionary for the document.
-