Uses of Class
com.evopdf.ExplicitDestination
-
Uses of ExplicitDestination in com.evopdf
Methods in com.evopdf that return ExplicitDestinationModifier and TypeMethodDescriptionBookmark.destination()Gets the bookmark destinationPdfActionGoTo.destination()Gets the explicit destination of the Go To actionInternalLinkElement.linkDestination()Gets the link destinationMethods in com.evopdf with parameters of type ExplicitDestinationModifier and TypeMethodDescriptionvoidBookmark.setDestination(ExplicitDestination destination) Sets the bookmark destinationvoidPdfActionGoTo.setDestination(ExplicitDestination goToDestination) Sets the explicit destination of the Go To actionvoidInternalLinkElement.setLinkDestination(ExplicitDestination linkDestination) Sets the link destinationConstructors in com.evopdf with parameters of type ExplicitDestinationModifierConstructorDescriptionBookmark(String text, ExplicitDestination destination) Constructs a bookmark object with the given text and destination that can be added to a PDF document objectInternalLinkElement(RectangleFloat linkRectangle, ExplicitDestination linkDestination) Constructs a PDF internal link element with the given location and destinationPdfActionGoTo(ExplicitDestination goToDestination) Creates a Go To action based on the specified explicit destination