Uses of Class
org.apache.pdfbox.pdmodel.interactive.action.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()
Returns the document-level URI.Methods in org.apache.pdfbox.pdmodel with parameters of type PDURIDictionary Modifier and Type Method Description void
PDDocumentCatalog. setURI(PDURIDictionary uri)
Sets the document level URI.
-