FitBHExplicitDestination
FitBHExplicitDestination
概述
FitBHExplicitDestination 是 Aspose.PDF FOSS for Java 的类。. 继承: ExplicitDestination.
FitBH 明确目的地 - 适合边界框宽,位置顶部。.
此类提供6种方法,以便在Java程序中使用FitBHExplicitDestination对象。. 可用的方法包括: FitBHExplicitDestination, fromPdfArray, getPage, getPageNumber, getTop, toPdfArray. 所有公共成员都可以在安装 Aspose.PDF FOSS for Java 包后访问任何 Java 的应用程序。. 属性: page, pageNumber, top.
属性
| 名称 | 类型 | Access | 描述 |
|---|---|---|---|
top | double | 阅读 | 获取顶部。. |
page | Page | 阅读 | 返回目标页面。. |
pageNumber | int | 阅读 | 返回基于1的页面号码。. |
方法
| Signature | 描述 |
|---|---|
FitBHExplicitDestination(page: Page, top: double) | |
getTop() → double | 回到顶部。. |
toPdfArray() → PdfArray | |
getPage() → Page | 返回目标页面。. |
getPageNumber() → int | 返回基于1的页面号码。. |
fromPdfArray(arr: PdfArray, doc: Document) → ExplicitDestination | 從 PDF 序列中分開一個 ExplicitDestination。. |