public class PDFRemoteGotoAction 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 current action.
|
java.lang.String |
getDestName()
Get destination name.
|
java.lang.String |
getFileName()
Get file name.
|
void |
setDestination(PDFDestination destination)
Set destination.
|
void |
setDestName(java.lang.String destName)
Set destination name.
|
void |
setFileName(java.lang.String fileName)
Set file name.
|
createEmbeddedGotoAction, createEmbeddedGotoAction, createGotoAction, createHideAction, createImportDataAction, createJavascriptAction, createLaunchAction, createNamedAction, createRemoteGotoAction, createRemoteGotoAction, createResetFormAction, createSubmitFormAction, createURIAction, getHandle, getType, release
public void setDestination(PDFDestination destination) throws PDFException
destination
- A PDFDestination
object.PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException
,
PDFDestination
public PDFDestination getDestination() throws PDFException
PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException
,
PDFDestination
public java.lang.String getFileName() throws PDFException
PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException
public void setFileName(java.lang.String fileName) throws PDFException
fileName
- The file name, and this file can be a remote file.PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException
public java.lang.String getDestName() throws PDFException
PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException
public void setDestName(java.lang.String destName) throws PDFException
destName
- A text string which is a destination name.PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException