FitExplicitDestination
FitExplicitDestination
Overview
FitExplicitDestination 是一个类在Java的FOSS中. 继承人: ExplicitDestination.
设置明确的目的地显示页面,以完全适合窗口.
本类提供了5种方法,用于在Java程序中使用FitExplicitDestination对象. 有的方法包括: FitExplicitDestination, fromPdfArray, getPage, getPageNumber, toPdfArray. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: page, pageNumber.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
page | Page | Read | 返回目标页面. |
pageNumber | int | Read | 返回基于1的页面号码. |
Methods
| Signature | Description |
|---|---|
FitExplicitDestination(page: Page) | |
toPdfArray() → PdfArray | |
getPage() → Page | 返回目标页面. |
getPageNumber() → int | 返回基于1的页面号码. |
fromPdfArray(arr: PdfArray, doc: Document) → ExplicitDestination | 解析一个PLACEHOLDER_0}从PDF阵列. |