Package com.winnovative_software
Class PdfActionGoTo
java.lang.Object
com.winnovative_software.PdfAction
com.winnovative_software.PdfActionGoTo
Represents a Go To action in the PDF document
-
Constructor Summary
ConstructorsConstructorDescriptionPdfActionGoTo
(ExplicitDestination goToDestination) Creates a Go To action based on the specified explicit destination -
Method Summary
Modifier and TypeMethodDescriptionGets the explicit destination of the Go To actionvoid
setDestination
(ExplicitDestination goToDestination) Sets the explicit destination of the Go To action
-
Constructor Details
-
PdfActionGoTo
Creates a Go To action based on the specified explicit destination- Parameters:
goToDestination
- The destination of the Go To action- Throws:
Exception
- an exception is thrown if the destination is null
-
-
Method Details
-
destination
Gets the explicit destination of the Go To action- Returns:
- the explicit destination of the Go To action
-
setDestination
Sets the explicit destination of the Go To action- Parameters:
goToDestination
- the explicit destination of the Go To action to set
-