public class PDActionGoTo extends PDAction
| Modifier and Type | Field and Description | 
|---|---|
| static String | SUB_TYPEThis type of action this object represents. | 
| Constructor and Description | 
|---|
| PDActionGoTo()Default constructor. | 
| PDActionGoTo(COSDictionary a)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDDestination | getDestination()This will get the destination to jump to. | 
| void | setDestination(PDDestination d)This will set the destination to jump to. | 
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setTypepublic static final String SUB_TYPE
public PDActionGoTo()
public PDActionGoTo(COSDictionary a)
a - The action dictionary.public PDDestination getDestination() throws IOException
IOException - If there is an error creating the destination.public void setDestination(PDDestination d)
d - The destination.IllegalArgumentException - if the destination is not a page dictionary object.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.