FitRExplicitDestination

FitRExplicitDestination

Overview

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

FitR explicit destination — fit specified rectangle within window.

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

Properties

NameTypeAccessDescription
leftdoubleReadGets the left.
bottomdoubleReadGets the bottom.
rightdoubleReadGets the right.
topdoubleReadGets the top.
pagePageReadReturns the target page.
pageNumberintReadReturns the 1-based page number.

Methods

SignatureDescription
FitRExplicitDestination(page: Page, left: double, bottom: double, right: double, top: double)
getLeft()doubleReturns the left.
getBottom()doubleReturns the bottom.
getRight()doubleReturns the right.
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