public class PDFURIAction 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 |
---|---|
java.lang.String |
getURL()
Get URL address.
|
boolean |
isMapMousePos()
Check whether to track the mouse position when the URI is resolved.
|
void |
setMapMousePos(boolean isMapMousePos)
Set whether to track the mouse position when the URI is resolved.
|
void |
setURL(java.lang.String url)
Set URL address.
|
createEmbeddedGotoAction, createEmbeddedGotoAction, createGotoAction, createHideAction, createImportDataAction, createJavascriptAction, createLaunchAction, createNamedAction, createRemoteGotoAction, createRemoteGotoAction, createResetFormAction, createSubmitFormAction, createURIAction, getHandle, getType, release
public java.lang.String getURL() throws PDFException
PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException
public void setURL(java.lang.String url) throws PDFException
url
- A text string which is a url address.PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException
public boolean isMapMousePos() throws PDFException
true
if the mouse position is tracked when the URI
is resolved, otherwise return false
.PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException
public void setMapMousePos(boolean isMapMousePos) throws PDFException
isMapMousePos
- Whether to track the mouse position when the URI is resolved.PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException