NamedDestination

遗产: java.lang.Object

所有已实现的接口: com.aspose.pdf.IAppointment

public final class NamedDestination implements IAppointment

目的地可以通过名称对象或字节串间接引用,而不是直接用显式语法定义。

构造函数

构造函数描述
NamedDestination(Document doc, String name)创建命名目的地。

方法

方法描述
equals(Object arg0)
getClass()
getName()表示 getName 方法
hashCode()
notify()
notifyAll()
toString()将目标转换为字符串值。
wait()
wait(long arg0)
wait(long arg0, int arg1)

NamedDestination(Document doc, String name)

public NamedDestination(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

getName()

public String getName()

表示 getName 方法

退货: java.lang.String - 字符串值

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