Uses of Class
com.datalogics.PDFL.ViewDestination
Packages that use ViewDestination
-
Uses of ViewDestination in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return ViewDestinationModifier and TypeMethodDescriptionstatic final ViewDestinationPDFLJNI.Bookmark_getViewDestination(long jarg1, Bookmark jarg1_) GoToAction.getDestination()The Destination for this actionLinkAnnotation.getDestination()The Destination for this link.Bookmark.getViewDestination()If this bookmark has a GoTo action, then return the destination of the action, else return null.static final ViewDestinationPDFLJNI.GoToAction_getDestination(long jarg1, GoToAction jarg1_) static final ViewDestinationPDFLJNI.LinkAnnotation_getDestination(long jarg1, LinkAnnotation jarg1_) Methods in com.datalogics.PDFL with parameters of type ViewDestinationModifier and TypeMethodDescriptionstatic final voidPDFLJNI.GoToAction_setDestination(long jarg1, GoToAction jarg1_, long jarg2, ViewDestination jarg2_) static final voidPDFLJNI.LinkAnnotation_setDestination(long jarg1, LinkAnnotation jarg1_, long jarg2, ViewDestination jarg2_) static final longPDFLJNI.new_GoToAction(long jarg1, ViewDestination jarg1_) voidGoToAction.setDestination(ViewDestination dest) The Destination for this actionvoidLinkAnnotation.setDestination(ViewDestination newdest) The Destination for this link.static final voidPDFLJNI.ViewDestination_DisposeChildren(long jarg1, ViewDestination jarg1_) static final RectPDFLJNI.ViewDestination_getDestRect(long jarg1, ViewDestination jarg1_) static final StringPDFLJNI.ViewDestination_getFitType(long jarg1, ViewDestination jarg1_) static final intPDFLJNI.ViewDestination_getPageNumber(long jarg1, ViewDestination jarg1_) static final PDFArrayPDFLJNI.ViewDestination_getPDFArray(long jarg1, ViewDestination jarg1_) static final doublePDFLJNI.ViewDestination_getZoom(long jarg1, ViewDestination jarg1_) static final booleanPDFLJNI.ViewDestination_sameTypeEquals(long jarg1, ViewDestination jarg1_, long jarg2, ViewDestination jarg2_) static final voidPDFLJNI.ViewDestination_setDestRect(long jarg1, ViewDestination jarg1_, long jarg2, Rect jarg2_) static final voidPDFLJNI.ViewDestination_setFitType(long jarg1, ViewDestination jarg1_, String jarg2) static final voidPDFLJNI.ViewDestination_setPageNumber(long jarg1, ViewDestination jarg1_, int jarg2) static final voidPDFLJNI.ViewDestination_setZoom(long jarg1, ViewDestination jarg1_, double jarg2) static final StringPDFLJNI.ViewDestination_toString(long jarg1, ViewDestination jarg1_) Constructors in com.datalogics.PDFL with parameters of type ViewDestination