FitBVExplicitDestination

FitBVExplicitDestination

Overview

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

FitBV explicit destination — fit bounding box height, position at left.

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

Properties

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

Methods

SignatureDescription
FitBVExplicitDestination(page: Page, left: double)
getLeft()doubleReturns the left.
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