Package | Description |
---|---|
com.foxit.gsdk.pdf.action |
Modifier and Type | Method and Description |
---|---|
static PDFDestination |
PDFDestination.create(int pageIndex,
int zoomMode,
float[] params)
create a new
PDFDestination object with the specified page index,
zoom mode and params. |
PDFDestination |
PDFRemoteGotoAction.getDestination()
Get destination of current action.
|
PDFDestination |
PDFGotoAction.getDestination()
Get destination of go-to action.
|
PDFDestination |
PDFEmbeddedGotoAction.getDestination()
Get destination of embedded go-to action.
|
Modifier and Type | Method and Description |
---|---|
static PDFAction |
PDFAction.createEmbeddedGotoAction(PDFEmbeddedGotoActionTarget target,
PDFAttachment attachment,
PDFDestination dest,
boolean isNewWindow)
Create a new embedded go-to action.
|
static PDFAction |
PDFAction.createGotoAction(PDFDestination destination)
Create a new go-to action.
|
static PDFAction |
PDFAction.createRemoteGotoAction(java.lang.String fileName,
PDFDestination destination)
Create a new remote go-to action.
|
void |
PDFRemoteGotoAction.setDestination(PDFDestination destination)
Set destination.
|
void |
PDFGotoAction.setDestination(PDFDestination destination)
Set destination of go-to action.
|
void |
PDFEmbeddedGotoAction.setDestination(PDFDestination destination)
Set destination of embedded go-to action.
|