GoToAction

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

public class GoToAction extends PdfAction

表示将视图更改为指定目标(页面、位置和放大系数)的转到操作。

构造函数

构造函数描述
GoToAction(int page)GoToAction 类的构造函数。
GoToAction(Page page)GoToAction 类的构造函数。
GoToAction(Page page, int type, double[] values)GoToAction 类的构造函数。
GoToAction(ExplicitDestination destination)构造函数。
GoToAction()构造函数。
GoToAction(Document doc, String name)与命名目标相关联的操作。

方法

方法描述
equals(Object arg0)
getClass()
getDestination()获取要跳转到的目的地。
getNext()接下来的动作依次进行。
hashCode()
notify()
notifyAll()
setDestination(IAppointment value)设置要跳转到的目的地。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GoToAction(int page)

public GoToAction(int page)

GoToAction 类的构造函数。

参数:

范围类型描述
pageint整数值

GoToAction(Page page)

public GoToAction(Page page)

GoToAction 类的构造函数。

参数:

范围类型描述
pagePage要跳转到的页面目标对象。

GoToAction(Page page, int type, double[] values)

public GoToAction(Page page, int type, double[] values)

GoToAction 类的构造函数。

参数:

范围类型描述
pagePage目的地页面。
typeint目的地类型。
valuesdouble[]动作参数。

GoToAction(ExplicitDestination destination)

public GoToAction(ExplicitDestination destination)

构造函数。

参数:

范围类型描述
destinationExplicitDestination明确的目的地。

GoToAction()

public GoToAction()

构造函数。

GoToAction(Document doc, String name)

public GoToAction(Document doc, String name)

与命名目标相关联的操作。

参数:

范围类型描述
docDocument将在其中创建操作的文档。
namejava.lang.String目的地名称。

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 - 预约值

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预约值

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