Uses of Class
org.pdfbox.pdmodel.interactive.action.type.PDActionURI

Packages that use PDActionURI
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
org.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. 
 

Uses of PDActionURI in org.pdfbox.pdmodel
 

Methods in org.pdfbox.pdmodel that return PDActionURI
 PDActionURI PDDocumentCatalog.getURI()
          Document level information in the URI.
 

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

Uses of PDActionURI in org.pdfbox.pdmodel.interactive.annotation
 

Methods in org.pdfbox.pdmodel.interactive.annotation that return PDActionURI
 PDActionURI PDAnnotationLink.getPreviousURI()
          This will set the previous URI action, in case it's needed.
 

Methods in org.pdfbox.pdmodel.interactive.annotation with parameters of type PDActionURI
 void PDAnnotationLink.setPreviousURI(PDActionURI pa)
          This will set the previous URI action, in case it needs to be retrieved at later date.