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 | Class and Description |
---|---|
class |
CustomExplicitDestination
Represents custom explicit destination.
|
class |
FitBExplicitDestination
Represents explicit destination that displays the page with its contents magnified just enough to
fit its bounding box entirely within the window both horizontally and vertically.
|
class |
FitBHExplicitDestination
Represents explicit destination that displays the page with the vertical coordinate top
positioned at the top edge of the window and the contents of the page magnified just enough to
fit the entire width of its bounding box within the window.
|
class |
FitBVExplicitDestination
Represents explicit destination that displays the page with the horizontal coordinate left
positioned at the left edge of the window and the contents of the page magnified just enough to
fit the entire height of its bounding box within the window.
|
class |
FitExplicitDestination
Represents explicit destination that displays the page with its contents magnified just enough to
fit the entire page within the window both horizontally and vertically.
|
class |
FitHExplicitDestination
Represents explicit destination that displays the page with the vertical coordinate top
positioned at the top edge of the window and the contents of the page magnified just enough to
fit the entire width of the page within the window.
|
class |
FitRExplicitDestination
Represents explicit destination that displays the page with its contents magnified just enough to
fit the rectangle specified by the coordinates left, bottom, right, and topentirely within the
window both horizontally and vertically.
|
class |
FitVExplicitDestination
Represents explicit destination that displays the page with the horizontal coordinate left
positioned at the left edge of the window and the contents of the page magnified just enough to
fit the entire height of the page within the window.
|
class |
XYZExplicitDestination
Represents explicit destination that displays the page with the coordinates (left, top)
positioned at the upper-left corner of the window and the contents of the page magnified by the
factor zoom.
|
Modifier and Type | Method and Description |
---|---|
static ExplicitDestination |
ExplicitDestination.createDestination(IDocument doc,
int pageNumber,
int type,
double... values)
Deprecated.
|
static ExplicitDestination |
ExplicitDestination.createDestination(int pageNumber,
int type,
double... values)
Creates instances of ExplicitDestination descendant classes.
|
static ExplicitDestination |
ExplicitDestination.createDestination(com.aspose.pdf.engine.data.IPdfArray engineDest)
Creates instance of ExplicitDestination descendant classes.
|
static ExplicitDestination |
ExplicitDestination.createDestination(Page page,
int type,
double... values)
Creates instances of ExplicitDestination descendant classes.
|
static ExplicitDestination |
InternalHelper.explicitDestination_createDestination(com.aspose.pdf.engine.data.IPdfArray engineDest) |
ExplicitDestination |
DestinationCollection.getExplicitDestination(String destinameName,
boolean useCache)
Returns the explicit destination by the name.
|
Constructor and Description |
---|
GoToAction(ExplicitDestination destination)
Constructor.
|
GoToRemoteAction(String remotePdf,
ExplicitDestination destination)
Initializes GoToRemoteAction object.
|