Package | Description |
---|---|
com.foxit.gsdk.pdf | |
com.foxit.gsdk.pdf.action | |
com.foxit.gsdk.pdf.annots |
Modifier and Type | Method and Description |
---|---|
static PDFAttachment |
PDFAttachment.create(PDFDocument document)
Create a
PDFAttachment object. |
PDFAttachment |
PDFAttachments.getAttachment(int index)
Get a specific
PDFAttachment object. |
Modifier and Type | Method and Description |
---|---|
void |
PDFAttachments.insertAttachment(int index,
PDFAttachment attachment)
Insert an attachment.
|
boolean |
PDFAttachments.removeAttachment(PDFAttachment attachment)
Remove an attachment.
|
Modifier and Type | Method and Description |
---|---|
PDFAttachment |
PDFSubmitFormAction.getAttachment()
Get attachment which the form data is submitted.
|
PDFAttachment |
PDFLaunchAction.getAttachment()
Get attachment of launch action.
|
PDFAttachment |
PDFImportDataAction.getAttachment()
Get attachment of import action.
|
PDFAttachment |
PDFEmbeddedGotoAction.getAttachment()
Get attachment of embedded go-to action.
|
Modifier and Type | Method and Description |
---|---|
static PDFAction |
PDFAction.createEmbeddedGotoAction(PDFEmbeddedGotoActionTarget target,
PDFAttachment attachment,
PDFDestination dest,
boolean isNewWindow)
Create a new embedded go-to action.
|
static PDFAction |
PDFAction.createEmbeddedGotoAction(PDFEmbeddedGotoActionTarget target,
PDFAttachment attachment,
java.lang.String destName,
boolean isNewWindow)
Create a new embedded go-to action.
|
static PDFAction |
PDFAction.createImportDataAction(PDFAttachment attachment)
Create a new import-data action.
|
static PDFAction |
PDFAction.createSubmitFormAction(int flags,
java.lang.String[] fields,
PDFAttachment attachment)
Create a new submit-form action.
|
void |
PDFSubmitFormAction.setAttachment(PDFAttachment attachment)
Set the attachment which the form data is submitted.
|
void |
PDFLaunchAction.setAttachment(PDFAttachment attachment)
Set the attachment which is the application or document to be launched.
|
void |
PDFImportDataAction.setAttachment(PDFAttachment attachment)
Set the attachment from which form data is imported.
|
void |
PDFEmbeddedGotoAction.setAttachment(PDFAttachment attachment)
Set attachment of embedded go-to action.
|
Modifier and Type | Method and Description |
---|---|
PDFAttachment |
FileAttachment.getAttachment()
Get attachment of current file attachment annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
FileAttachment.setAttachment(PDFAttachment attachment)
Set attachment of current file attachment annotation.
|