Uses of Class
com.winnovative_software.ExplicitDestination
-
Uses of ExplicitDestination in com.winnovative_software
Methods in com.winnovative_software 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.winnovative_software 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.winnovative_software 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