public class PDFImportDataAction 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 import action.
|
void |
setAttachment(PDFAttachment attachment)
Set the attachment from which form data is imported.
|
createEmbeddedGotoAction, createEmbeddedGotoAction, createGotoAction, createHideAction, createImportDataAction, createJavascriptAction, createLaunchAction, createNamedAction, createRemoteGotoAction, createRemoteGotoAction, createResetFormAction, createSubmitFormAction, createURIAction, getHandle, getType, release
public PDFAttachment getAttachment() throws PDFException
PDFAttachment
object from which form data is imported.PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException
,
PDFAttachment
public void setAttachment(PDFAttachment attachment) throws PDFException
attachment
- The attachment from which form data is imported.PDFException
- For more definitions please see definitions
PDFException.ERRCODE_XXX
.PDFException
,
PDFAttachment