Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library which are either directly in it like Document or indirectly through several subpackages. |
Modifier and Type | Class and Description |
---|---|
class |
ExplicitDestination
Represents the base class for explicit destinations in PDF document.
|
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 |
GoToAction
Represents a go-to action that changes the view to a specified destination (page, location, and magnification factor).
|
class |
GoToRemoteAction
Represents a remote go-to action that is similar to an ordinary go-to action but jumps to a destination in another PDF file instead of the current file.
|
class |
GoToURIAction
Represents a URI action causes a URI to be resolved.
|
class |
JavascriptAction
Class representing javascript action.
|
class |
LaunchAction
Represents a launch action that launches an application or opens or prints a document.
|
class |
NamedAction
Represents named actions that PDF viewer applications are expected to support.
|
class |
NamedDestination
Instead of being defined directly with the explicit syntax, a destination may be referred to indirectly by means of a name object or a byte string.
|
class |
PdfAction
Represents Action in PDF document
|
class |
RenditionAction
A rendition action that controls the playing of multimedia content.
|
class |
SubmitFormAction
Class which describes submit-form action.
|
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 IAppointment |
DestinationFactory.create(com.aspose.pdf.engine.data.IPdfPrimitive destination) |
IAppointment |
OutlineItemCollection.getDestination()
Gets the destination for this outline item.
|
IAppointment |
LinkAnnotation.getDestination()
Get a destination to be displayed when the annotation is activated.
|
IAppointment |
GoToRemoteAction.getDestination()
Gets or sets the destination to jump to.
|
IAppointment |
GoToAction.getDestination()
Gets the destination to jump to.
|
IAppointment |
IDocument.getOpenAction()
Gets action performed at document opening.
|
IAppointment |
Document.getOpenAction()
Gets action performed at document opening.
|
Modifier and Type | Method and Description |
---|---|
static com.aspose.pdf.engine.data.IPdfPrimitive |
DestinationFactory.create(com.aspose.pdf.engine.data.ITrailerable trailer,
IAppointment destination) |
void |
OutlineItemCollection.setDestination(IAppointment value)
Sets the destination for this outline item.
|
void |
LinkAnnotation.setDestination(IAppointment value)
Set a destination to be displayed when the annotation is activated.
|
void |
GoToRemoteAction.setDestination(IAppointment value) |
void |
GoToAction.setDestination(IAppointment value)
Sets the destination to jump to.
|
void |
IDocument.setOpenAction(IAppointment value)
Sets action performed at document opening.
|
void |
Document.setOpenAction(IAppointment value)
Sets action performed at document opening.
|
Copyright © 2017 Aspose. All Rights Reserved.