COSObjectable, PDDestinationOrActionpublic 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, waitgetCOSObject, getNext, getSubType, getType, setNext, setSubType, setTypepublic 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.java.lang.IllegalArgumentException - if the destination is not a page dictionary object.Copyright © 2002–2018. All rights reserved.