ExplicitDestination
遗产: java.lang.Object
所有已实现的接口: com.aspose.pdf.IAppointment
public abstract class ExplicitDestination implements IAppointment
表示 PDF 文档中显式目标的基类。
方法
| 方法 | 描述 |
|---|---|
| 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() | 返回 ExplicitDestination 对象的字符串表示形式。 |
| 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 子类的实例。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| doc | IDocument | 将在其中创建目标的文档。 |
| pageNumber | int | 页码。 |
| type | int | 目的地类型。 |
| values | double[] | 目的地特定值的数组。 |
退货: ExplicitDestination - 明确的目标对象。
createDestination(Page page, int type, double[] values)
public static ExplicitDestination createDestination(Page page, int type, double[] values)
创建 ExplicitDestination 子类的实例。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| page | Page | 目标页面的对象。 |
| type | int | 显式目标的类型。 |
| values | double[] | 双精度值数组。 |
退货: ExplicitDestination - 明确的目标对象。
createDestination(IPdfArray engineDest)
public static ExplicitDestination createDestination(IPdfArray engineDest)
创建 ExplicitDestination 子类的实例。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| engineDest | IPdfArray | 引擎目标对象。 |
退货: ExplicitDestination - DOM 显式目标对象。
createDestination(int pageNumber, int type, double[] values)
public static ExplicitDestination createDestination(int pageNumber, int type, double[] values)
创建 ExplicitDestination 子类的实例。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| pageNumber | int | 目标页码。 |
| type | int | 显式目标的类型。 |
| values | double[] | 双精度值数组。 |
退货: ExplicitDestination - 明确的目标对象。
equals(Object arg0)
public boolean equals(Object arg0)
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| arg0 | java.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 abstract String toString()
返回 ExplicitDestination 对象的字符串表示形式。
退货: java.lang.String - 字符串表示
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| arg0 | long | |
| arg1 | int |