com.icesoft.pdf.pobjects.actions
Class GoToAction
java.lang.Object
com.icesoft.pdf.pobjects.Dictionary
com.icesoft.pdf.pobjects.actions.Action
com.icesoft.pdf.pobjects.actions.GoToAction
- public class GoToAction
- extends Action
The class GoToAction represents the Action type "GoTo". It's
purpose when called to to navigate the a destination in the document
specified by this action.
- Since:
- 2.6
- Author:
- ICEsoft Technologies, Inc.
| Methods inherited from class com.icesoft.pdf.pobjects.actions.Action |
getType |
GoToAction
public GoToAction(Library l,
Hashtable h)
- Creates a new instance of a GoTo Action.
- Parameters:
l - document library.h - Action dictionary entries.
getDestination
public Destination getDestination()
- Gets the Destination object which the "GoTo" action should jump to.
- Returns:
- Destination object specified in the action.