COSObjectable
, PDDestinationOrAction
public class PDActionGoTo extends PDAction
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
SUB_TYPE |
This type of action this object represents.
|
Constructor | Description |
---|---|
PDActionGoTo() |
Default constructor.
|
PDActionGoTo(COSDictionary a) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
PDDestination |
getDestination() |
This will get the destination to jump to.
|
void |
setDestination(PDDestination d) |
This will set the destination to jump to.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCOSDictionary, getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
public static final java.lang.String SUB_TYPE
public PDActionGoTo()
public PDActionGoTo(COSDictionary a)
a
- The action dictionary.public PDDestination getDestination() throws java.io.IOException
java.io.IOException
- If there is an error creating the destination.public void setDestination(PDDestination d)
d
- The destination.