Uses of Class
org.apache.pdfbox.pdmodel.interactive.action.type.PDURIDictionary

Packages that use PDURIDictionary
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
 PDURIDictionary PDDocumentCatalog.getURI()
          Document level information in the URI.
 

Methods in org.apache.pdfbox.pdmodel with parameters of type PDURIDictionary
 void PDDocumentCatalog.setURI(PDURIDictionary uri)
          Set the document level uri.