public class GoToAction extends PdfAction
Represents a go-to action that changes the view to a specified destination (page, location, and magnification factor).
| Constructor and Description |
|---|
GoToAction()
Deprecated.
|
GoToAction(ExplicitDestination destination)
Constructor.
|
GoToAction(int page)
Deprecated.
|
GoToAction(Page page)
Constructor.
|
GoToAction(Page page,
int type,
double... values)
|
| Modifier and Type | Method and Description |
|---|---|
IAppointment |
getDestination()
Gets the destination to jump to.
|
void |
setDestination(IAppointment value)
Sets the destination to jump to.
|
createAction, execute, getNext@Deprecated public GoToAction(int page)
Constructor.
page - public GoToAction(Page page)
Constructor.
page - Aspose.Pdf.Page destination object to jump to.public GoToAction(Page page, int type, double... values)
page - type - values - public GoToAction(ExplicitDestination destination)
Constructor.
destination - Explicit destination.@Deprecated public GoToAction()
Constructor.
public IAppointment getDestination()
Gets the destination to jump to.
public void setDestination(IAppointment value)
Sets the destination to jump to.
Copyright © 2018 Aspose. All Rights Reserved.