Uses of Class
org.apache.pdfbox.pdmodel.interactive.action.PDActionURI
-
Packages that use PDActionURI Package Description org.apache.pdfbox.examples.pdmodel These examples show how to use the classes in the PDModel package.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. -
-
Uses of PDActionURI in org.apache.pdfbox.examples.pdmodel
Methods in org.apache.pdfbox.examples.pdmodel that return PDActionURI Modifier and Type Method Description private static PDActionURIPrintURLs. getActionURI(PDAnnotation annot) -
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 PDActionURIPDAnnotationLink. 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 voidPDAnnotationLink. setPreviousURI(PDActionURI pa)This will set the previous URI action, in case it needs to be retrieved at later date.
-