CustomExplicitDestination

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

public final class CustomExplicitDestination extends ExplicitDestination

表示自定义显式目标。

方法

方法描述
createDestination(IDocument doc, int pageNumber, int type, double[] values)创建 ExplicitDestination 子类的实例。
createDestination(Page page, int type, double[] values)创建 ExplicitDestination 子类的实例。
createDestination(IPdfArray engineDest)创建 ExplicitDestination 子类的实例。
createDestination(int pageNumber, int type, double[] values)创建 ExplicitDestination 子类的实例。
equals(Object arg0)
getClass()
getPage()获取目标页面对象
getPageNumber()获取目标页码
hashCode()
notify()
notifyAll()
toString()转换为页码。
wait()
wait(long arg0)
wait(long arg0, int arg1)

createDestination(IDocument doc, int pageNumber, int type, double[] values)

public static ExplicitDestination createDestination(IDocument doc, int pageNumber, int type, double[] values)

创建 ExplicitDestination 子类的实例。

参数:

范围类型描述
docIDocument将在其中创建目标的文档。
pageNumberint页码。
typeint目的地类型。
valuesdouble[]目的地特定值的数组。

退货: ExplicitDestination - 明确的目标对象。

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

public static ExplicitDestination createDestination(Page page, int type, double[] values)

创建 ExplicitDestination 子类的实例。

参数:

范围类型描述
pagePage目标页面的对象。
typeint显式目标的类型。
valuesdouble[]双精度值数组。

退货: ExplicitDestination - 明确的目标对象。

createDestination(IPdfArray engineDest)

public static ExplicitDestination createDestination(IPdfArray engineDest)

创建 ExplicitDestination 子类的实例。

参数:

范围类型描述
engineDestIPdfArray引擎目标对象。

退货: ExplicitDestination - DOM 显式目标对象。

createDestination(int pageNumber, int type, double[] values)

public static ExplicitDestination createDestination(int pageNumber, int type, double[] values)

创建 ExplicitDestination 子类的实例。

参数:

范围类型描述
pageNumberint目标页码。
typeint显式目标的类型。
valuesdouble[]双精度值数组。

退货: ExplicitDestination - 明确的目标对象。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getPage()

public Page getPage()

获取目标页面对象

退货: Page 页面对象

getPageNumber()

public int getPageNumber()

获取目标页码

退货: int - 整数值

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

转换为页码。

返回页码目标

退货: java.lang.String - 字符串解释。

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