Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
static XYZExplicitDestination |
XYZExplicitDestination.createDestination(Page page,
double left,
double top,
double zoom,
boolean considerRotation)
Create destination to specified location of the page considering page rotation if required.
|
static XYZExplicitDestination |
XYZExplicitDestination.createDestinationToUpperLeftCorner(Page page)
Create destination to specified page.
|
static XYZExplicitDestination |
XYZExplicitDestination.createDestinationToUpperLeftCorner(Page page,
double zoom)
Create destination to upper left corner of the specified page.
|