ExplicitDestination

ExplicitDestination

Overview

ExplicitDestination is a class in Aspose.PDF FOSS for Java. Inherits from: IAppointment.

Abstract base for explicit destinations (ISO 32000-1:2008, §12.3.2.2, Table 151).

This class provides 4 methods for working with ExplicitDestination objects in Java programs. Available methods include: fromPdfArray, getPage, getPageNumber, toPdfArray. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package. Properties: page, pageNumber.

Properties

NameTypeAccessDescription
pagePageReadReturns the target page.
pageNumberintReadReturns the 1-based page number.

Methods

SignatureDescription
getPage()PageReturns the target page.
getPageNumber()intReturns the 1-based page number.
toPdfArray()PdfArrayConverts this destination to a PDF array for serialization.
fromPdfArray(arr: PdfArray, doc: Document)ExplicitDestinationParses an ExplicitDestination from a PDF array.

See Also

 English