|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.action.type.PDAction
org.apache.pdfbox.pdmodel.interactive.action.type.PDActionGoTo
public class PDActionGoTo
This represents a go-to action that can be executed in a PDF document.
Field Summary | |
---|---|
static String |
SUB_TYPE
This type of action this object represents. |
Fields inherited from class org.apache.pdfbox.pdmodel.interactive.action.type.PDAction |
---|
action, TYPE |
Constructor Summary | |
---|---|
PDActionGoTo()
Default constructor. |
|
PDActionGoTo(COSDictionary a)
Constructor. |
Method Summary | |
---|---|
PDDestination |
getDestination()
This will get the destination to jump to. |
void |
setDestination(PDDestination d)
This will set the destination to jump to. |
Methods inherited from class org.apache.pdfbox.pdmodel.interactive.action.type.PDAction |
---|
getCOSDictionary, getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SUB_TYPE
Constructor Detail |
---|
public PDActionGoTo()
public PDActionGoTo(COSDictionary a)
a
- The action dictionary.Method Detail |
---|
public PDDestination getDestination() throws IOException
IOException
- If there is an error creating the destination.public void setDestination(PDDestination d)
d
- The destination.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |