public class PDFEmbeddedGotoAction 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 |
---|---|
PDFAttachment |
getAttachment()
Get attachment of embedded go-to action.
|
PDFDestination |
getDestination()
Get destination of embedded go-to action.
|
java.lang.String |
getDestName()
Get destination name of embedded go-to action.
|
PDFEmbeddedGotoActionTarget |
getTarget()
Get target of embedded go-to action.
|
boolean |
isNewWindow()
Check whether a new window should be opened or not.
|
void |
setAttachment(PDFAttachment attachment)
Set attachment of embedded go-to action.
|
void |
setDestination(PDFDestination destination)
Set destination of embedded go-to action.
|
void |
setDestName(java.lang.String destName)
Set destination name of embedded go-to action.
|
void |
setNewWindow(boolean isNewWindow)
Set whether a new window should be opened or not.
|
void |
setTarget(PDFEmbeddedGotoActionTarget target)
Set target of embedded go-to action.
|
createEmbeddedGotoAction, createEmbeddedGotoAction, createGotoAction, createHideAction, createImportDataAction, createJavascriptAction, createLaunchAction, createNamedAction, createRemoteGotoAction, createRemoteGotoAction, createResetFormAction, createSubmitFormAction, createURIAction, getHandle, getType, release
public PDFEmbeddedGotoActionTarget getTarget() throws PDFException
PDFEmbeddedGotoActionTarget
object
which specifies path information to the target document.PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException
public void setTarget(PDFEmbeddedGotoActionTarget target) throws PDFException
target
- A PDFEmbeddedGotoActionTarget
object
which specifies path information to the target document.PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException
,
PDFEmbeddedGotoActionTarget
public PDFAttachment getAttachment() throws PDFException
PDFAttachment
object which is the root document of the target.PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException
,
PDFAttachment
public void setAttachment(PDFAttachment attachment) throws PDFException
attachment
- A PDFAttachment
object which is the root document of the target.PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException
,
PDFAttachment
public void setDestination(PDFDestination destination) throws PDFException
destination
- The PDFDestination
object.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
public java.lang.String getDestName() throws PDFException
PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException
public void setDestName(java.lang.String destName) throws PDFException
destName
- The destination name to set.PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException
public boolean isNewWindow() throws PDFException
true
when a new window should be opened, otherwise return false
.PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException
public void setNewWindow(boolean isNewWindow) throws PDFException
isNewWindow
- Whether a new window should be opened.PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.