GoToRemoteAction

遗产: java.lang.Object, com.aspose.pdf.PdfAction, com.aspose.pdf.GoToAction

public final class GoToRemoteAction extends GoToAction

表示一个远程转到操作,类似于普通的转到操作,但跳转到另一个 PDF 文件而不是当前文件中的目标。

构造函数

构造函数描述
GoToRemoteAction(String remotePdf, int remotePageNumber)初始化 GoToRemoteAction 对象。
GoToRemoteAction(String remotePdf, ExplicitDestination destination)初始化 GoToRemoteAction 对象。

方法

方法描述
equals(Object arg0)
getClass()
getDestination()获取要跳转到的目的地。
getFile()获取目标所在文件的规范。
getNewWindow()获取一个标志,该标志指定是否在新窗口中打开目标文档。
getNext()接下来的动作依次进行。
hashCode()
notify()
notifyAll()
setDestination(IAppointment value)设置要跳转到的目的地。
setFile(FileSpecification value)设置目标所在文件的规范。
setNewWindow(int value)设置一个标志,指定是否在新窗口中打开目标文档。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GoToRemoteAction(String remotePdf, int remotePageNumber)

public GoToRemoteAction(String remotePdf, int remotePageNumber)

初始化 GoToRemoteAction 对象。

参数:

范围类型描述
remotePdfjava.lang.String目标 PDF 文档。
remotePageNumberint目标页码。

GoToRemoteAction(String remotePdf, ExplicitDestination destination)

public GoToRemoteAction(String remotePdf, ExplicitDestination destination)

初始化 GoToRemoteAction 对象。

参数:

范围类型描述
remotePdfjava.lang.String目标 PDF 文档。
destinationExplicitDestinationPDF 文档中的目标。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getDestination()

public IAppointment getDestination()

获取要跳转到的目的地。

退货: IAppointment - 跳跃的目的地

getFile()

public FileSpecification getFile()

获取目标所在文件的规范。

退货: FileSpecification 文件规范对象

getNewWindow()

public int getNewWindow()

获取一个标志,该标志指定是否在新窗口中打开目标文档。

退货: int - ExtendedBoolean 元素

getNext()

public ActionCollection getNext()

接下来的动作依次进行。

退货: ActionCollection 动作集合对象

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDestination(IAppointment value)

public void setDestination(IAppointment value)

设置要跳转到的目的地。

参数:

范围类型描述
valueIAppointment跳跃的目的地

setFile(FileSpecification value)

public void setFile(FileSpecification value)

设置目标所在文件的规范。

参数:

范围类型描述
valueFileSpecification文件规格值

setNewWindow(int value)

public void setNewWindow(int value)

设置一个标志,指定是否在新窗口中打开目标文档。

参数:

范围类型描述
valueint扩展布尔元素

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int