|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.pobjects.Dictionary
org.icepdf.core.pobjects.actions.Action
org.icepdf.core.pobjects.actions.GoToRAction
public class 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 org.icepdf.core.pobjects.actions.Action |
|---|
ACTION_TYPE, ACTION_TYPE_GOTO, ACTION_TYPE_GOTO_REMOTE, ACTION_TYPE_KEY, ACTION_TYPE_LAUNCH, ACTION_TYPE_URI, NEXT_KEY |
| Fields inherited from class org.icepdf.core.pobjects.Dictionary |
|---|
entries, inited, isDeleted, isNew, library, SUBTYPE_KEY, TYPE_KEY |
| Constructor Summary | |
|---|---|
GoToRAction(Library l,
java.util.Hashtable h)
Creates a new instance of a Action. |
|
| Method Summary | |
|---|---|
Destination |
getDestination()
Gets the destination associated with the external file path. |
java.lang.String |
getFile()
Gets the external file path |
FileSpecification |
getFileSpecification()
Gets the file specification of the destination file. |
java.lang.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 org.icepdf.core.pobjects.actions.Action |
|---|
buildAction, getType, similar |
| Methods inherited from class org.icepdf.core.pobjects.Dictionary |
|---|
getEntries, getFloat, getInt, getLibrary, getNumber, getObject, getObject, getPObjectReference, init, isDeleted, isNew, setDeleted, setNew, 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,
java.util.Hashtable h)
l - document library.h - Action dictionary entries.| Method Detail |
|---|
public Destination getDestination()
public java.lang.String getFile()
public FileSpecification getFileSpecification()
public java.lang.Boolean isNewWindow()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||