Uses of Class
org.loboevolution.pdfview.PDFDestination
Packages that use PDFDestination
-
Uses of PDFDestination in org.loboevolution.pdfview
Methods in org.loboevolution.pdfview that return PDFDestinationModifier 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
Methods in org.loboevolution.pdfview.action that return PDFDestinationModifier and TypeMethodDescriptionGoToAction.getDestination()
Get the destination this action refers tostatic PDFDestination
PdfObjectParseUtil.parseDestination
(String key, PDFObject parent, PDFObject root, boolean mandatory) ********************************************************************** Parse a destination objectConstructors in org.loboevolution.pdfview.action with parameters of type PDFDestinationModifierConstructorDescriptionGoToAction
(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