Uses of Class
org.apache.pdfbox.pdmodel.interactive.action.PDActionURI
-
Packages that use PDActionURI Package Description org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. -
-
Uses of PDActionURI in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDActionURI Modifier and Type Method Description PDActionURI
PDAnnotationLink. getPreviousURI()
This will set the previous URI action, in case it's needed.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDActionURI Modifier and Type Method Description void
PDAnnotationLink. setPreviousURI(PDActionURI pa)
This will set the previous URI action, in case it needs to be retrieved at later date.
-