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

NameTypeAccessDescription
pagePageRead返回目标页面.
pageNumberintRead返回基于1的页面号码.

Methods

SignatureDescription
getPage()Page返回目标页面.
getPageNumber()int返回基于1的页面号码.
toPdfArray()PdfArray将这个目的地转换为PDF数组进行序列化.
fromPdfArray(arr: PdfArray, doc: Document)ExplicitDestination解析一个PLACEHOLDER_0}从PDF阵列.

See Also

 中文