public class PDFGotoAction extends PDFAction
TYPE_EMBEDDEDGOTO, TYPE_GOTO, TYPE_HIDE, TYPE_IMPORTDATA, TYPE_JAVASCRIPT, TYPE_LAUNCH, TYPE_NAMED, TYPE_REMOTEGOTO, TYPE_RENDITION, TYPE_RESETFORM, TYPE_SUBMITFORM, TYPE_UNSUPPORTED, TYPE_URI
Modifier and Type | Method and Description |
---|---|
PDFDestination |
getDestination()
Get destination of go-to action.
|
void |
setDestination(PDFDestination destination)
Set destination of go-to action.
|
createEmbeddedGotoAction, createEmbeddedGotoAction, createGotoAction, createHideAction, createImportDataAction, createJavascriptAction, createLaunchAction, createNamedAction, createRemoteGotoAction, createRemoteGotoAction, createResetFormAction, createSubmitFormAction, createURIAction, getHandle, getType, release
public void setDestination(PDFDestination destination) throws PDFException
destination
- The specified destination to set.PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException
,
PDFDestination
public PDFDestination getDestination() throws PDFException
PDFDestination
object.PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException
,
PDFDestination