public class GoToAction extends PDFAction
Constructor and Description |
---|
GoToAction(PDFDestination dest)
Create a new GoToAction from a destination
|
GoToAction(PDFObject obj,
PDFObject root)
Creates a new instance of GoToAction from an object
|
Modifier and Type | Method and Description |
---|---|
PDFDestination |
getDestination()
Get the destination this action refers to
|
public GoToAction(PDFObject obj, PDFObject root) throws java.io.IOException
obj
- the PDFObject with the action informationjava.io.IOException
public GoToAction(PDFDestination dest)
public PDFDestination getDestination()