ExplicitDestination
ExplicitDestination
Overview
ExplicitDestination 是一个类在Java的FOSS中. 继承人: IAppointment.
具体目的地的抽象基础 (ISO 32000-1:2008,第12.3.2.2条,151表).
这个类提供了4种方法,用于在Java程序中使用ExplicitDestination对象. 有的方法包括: fromPdfArray, getPage, getPageNumber, toPdfArray. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: page, pageNumber.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
page | Page | Read | 返回目标页面. |
pageNumber | int | Read | 返回基于1的页面号码. |
Methods
| Signature | Description |
|---|---|
getPage() → Page | 返回目标页面. |
getPageNumber() → int | 返回基于1的页面号码. |
toPdfArray() → PdfArray | 将这个目的地转换为PDF数组进行序列化. |
fromPdfArray(arr: PdfArray, doc: Document) → ExplicitDestination | 解析一个PLACEHOLDER_0}从PDF阵列. |