public final class GoToRemoteAction extends GoToAction
Represents a remote go-to action that is similar to an ordinary go-to action but jumps to a destination in another PDF file instead of the current file.
Constructor and Description |
---|
GoToRemoteAction(String remotePdf,
ExplicitDestination destination)
|
GoToRemoteAction(String remotePdf,
int remotePageNumber)
|
Modifier and Type | Method and Description |
---|---|
IAppointment |
getDestination()
Gets or sets the destination to jump to.
|
FileSpecification |
getFile()
Gets the specification of the file in which the destination is located.
|
int |
getNewWindow()
Gets a flag specifying whether to open the destination document in a new window.
|
void |
setDestination(IAppointment value)
Sets the destination to jump to.
|
void |
setFile(FileSpecification value)
Sets the specification of the file in which the destination is located.
|
void |
setNewWindow(int value)
Sets a flag specifying whether to open the destination document in a new window.
|
createAction, execute, getNext
public GoToRemoteAction(String remotePdf, int remotePageNumber)
remotePdf
- remotePageNumber
- public GoToRemoteAction(String remotePdf, ExplicitDestination destination)
remotePdf
- destination
- public FileSpecification getFile()
Gets the specification of the file in which the destination is located.
public void setFile(FileSpecification value)
Sets the specification of the file in which the destination is located.
public int getNewWindow()
Gets a flag specifying whether to open the destination document in a new window.
public void setNewWindow(int value)
Sets a flag specifying whether to open the destination document in a new window.
public IAppointment getDestination()
Gets or sets the destination to jump to.
getDestination
in class GoToAction
public void setDestination(IAppointment value)
GoToAction
Sets the destination to jump to.
setDestination
in class GoToAction
Copyright © 2017 Aspose. All Rights Reserved.