Uses of Class
org.loboevolution.pdfview.PDFDestination
-
Uses of PDFDestination in org.loboevolution.pdfview
Modifier and TypeMethodDescriptionstatic PDFDestination
PDFDestination.getDestination
(PDFObject pdfObj, PDFObject root) Get a destination from either an array (explicit destination), a name (named destination) or a string (name tree destination). -
Uses of PDFDestination in org.loboevolution.pdfview.action
Modifier and TypeMethodDescriptionGoToAction.getDestination()
Get the destination this action refers tostatic PDFDestination
PdfObjectParseUtil.parseDestination
(String key, PDFObject parent, PDFObject root, boolean mandatory) ********************************************************************** Parse a destination objectModifierConstructorDescriptionGoToAction
(PDFDestination dest) Create a new GoToAction from a destinationGoToEAction
(PDFDestination dest, String file, boolean newWindow) ********************************************************************** Create a new GoToEAction from the given attributesGoToRAction
(PDFDestination dest, String file, boolean newWindow) ********************************************************************** Create a new GoToRAction from the given attributes