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
| Name | Type | Access | Description |
|---|---|---|---|
left | double | Read | Gets the left. |
bottom | double | Read | Gets the bottom. |
right | double | Read | Gets the right. |
top | double | Read | Gets the top. |
page | Page | Read | Returns the target page. |
pageNumber | int | Read | Returns the 1-based page number. |
Methods
| Signature | Description |
|---|---|
FitRExplicitDestination(page: Page, left: double, bottom: double, right: double, top: double) | |
getLeft() → double | Returns the left. |
getBottom() → double | Returns the bottom. |
getRight() → double | Returns the right. |
getTop() → double | Returns the top. |
toPdfArray() → PdfArray | |
getPage() → Page | Returns the target page. |
getPageNumber() → int | Returns the 1-based page number. |
fromPdfArray(arr: PdfArray, doc: Document) → ExplicitDestination | Parses an ExplicitDestination from a PDF array. |