FitBHExplicitDestination

FitBHExplicitDestination

Overview

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

FitBH explicit destination — fit bounding box width, position at top.

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

Properties

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

Methods

SignatureDescription
FitBHExplicitDestination(page: Page, top: double)
getTop()doubleReturns the top.
toPdfArray()PdfArray
getPage()PageReturns the target page.
getPageNumber()intReturns the 1-based page number.
fromPdfArray(arr: PdfArray, doc: Document)ExplicitDestinationParses an ExplicitDestination from a PDF array.

See Also

 English