Uses of Class
org.openpdf.renderer.PDFDestination
Packages that use PDFDestination
-
Uses of PDFDestination in org.openpdf.renderer
Methods in org.openpdf.renderer that return PDFDestinationModifier and TypeMethodDescriptionstatic PDFDestinationPDFDestination.getDestination(PDFObject obj, 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.openpdf.renderer.action
Fields in org.openpdf.renderer.action declared as PDFDestinationModifier and TypeFieldDescriptionprivate PDFDestinationGoToAction.destthe destination to go toprivate PDFDestinationGoToEAction.destinationthe destination within the remote PDF fileprivate PDFDestinationGoToRAction.destinationthe destination within the remote PDF fileMethods in org.openpdf.renderer.action that return PDFDestinationModifier and TypeMethodDescriptionGoToAction.getDestination()Get the destination this action refers toGoToEAction.getDestination()Get the destination this action refers toGoToRAction.getDestination()Get the destination this action refers tostatic PDFDestinationPdfObjectParseUtil.parseDestination(String key, PDFObject parent, PDFObject root, boolean mandatory) Parse a destination objectConstructors in org.openpdf.renderer.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