|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.icesoft.pdf.pobjects.Dictionary
com.icesoft.pdf.pobjects.actions.Action
com.icesoft.pdf.pobjects.actions.GoToRAction
A remote go-to action is similar to an ordinary go-to action but jumps to a destination in another PDF file instead of the current file.
| Field Summary |
| Fields inherited from class com.icesoft.pdf.pobjects.actions.Action |
ACTION_TYPE_GOTO, ACTION_TYPE_GOTO_REMOTE, ACTION_TYPE_LAUNCH, ACTION_TYPE_URI |
| Fields inherited from class com.icesoft.pdf.pobjects.Dictionary |
entries, inited, library |
| Constructor Summary | |
GoToRAction(Library l,
Hashtable h)
Creates a new instance of a Action. |
|
| Method Summary | |
Destination |
getDestination()
Gets the destination associated with the external file path. |
String |
getFile()
Gets the external file path |
FileSpecification |
getFileSpecification()
Gets the file specification of the destination file. |
Boolean |
isNewWindow()
Indicates if the external document should be loaded in a new window or if it should be loaded in the current. |
| Methods inherited from class com.icesoft.pdf.pobjects.actions.Action |
getType |
| Methods inherited from class com.icesoft.pdf.pobjects.Dictionary |
getEntries, getFloat, getInt, getLibrary, getNumber, getObject, getPObjectReference, init, setPObjectReference, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GoToRAction(Library l,
Hashtable h)
l - document library.h - Action dictionary entries.| Method Detail |
public Destination getDestination()
public String getFile()
public FileSpecification getFileSpecification()
public Boolean isNewWindow()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||