Uses of Class
org.apache.pdfbox.pdmodel.interactive.action.type.PDURIDictionary
-
Packages that use PDURIDictionary Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. -
-
Uses of PDURIDictionary in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDURIDictionary Modifier and Type Method Description PDURIDictionary
PDDocumentCatalog. getURI()
Document level information in the URI.Methods in org.apache.pdfbox.pdmodel with parameters of type PDURIDictionary Modifier and Type Method Description void
PDDocumentCatalog. setURI(PDURIDictionary uri)
Set the document level uri.
-