NamedDestination
NamedDestination
Overview
NamedDestination 是一个类在Java的FOSS中. 继承人: IAppointment.
表示PDF文档中指定的目的地引用. (ISO 32000-1:2008, §12.3.2.3).
这个类提供了8种方法,用于在Java程序中使用NamedDestination对象. 有的方法包括: NamedDestination, equals, getDocument, getName, hashCode, resolve, toCos, toString. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: document, name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | 返回这个目的地引用的名称. |
document | Document | Read | 返回该目的地相关的文档. |
Methods
| Signature | Description |
|---|---|
NamedDestination(document: Document, name: String) | 创建一个命名的目的地引用. |
getName() → String | 返回这个目的地引用的名称. |
getDocument() → Document | 返回该目的地相关的文档. |
resolve() → ExplicitDestination | 通过文档名树将名称定为明确的目的地. |
toCos() → PdfBase | 将这个NamedDestination作为一个 PDF 字节串,用于包含在动作或轮项词典中. |
toString() → String | |
equals(o: Object) → boolean | |
hashCode() → int |