Package | Description |
---|---|
com.foxit.gsdk.pdf.action |
Modifier and Type | Method and Description |
---|---|
static PDFEmbeddedGotoActionTarget |
PDFEmbeddedGotoActionTarget.create(java.lang.String relationship,
java.lang.String fileName,
java.lang.String destName,
java.lang.String annotName,
int pageIndex,
int annotIndex)
Create a new target object.
|
PDFEmbeddedGotoActionTarget |
PDFEmbeddedGotoActionTarget.getNextTarget()
Get next target.
|
PDFEmbeddedGotoActionTarget |
PDFEmbeddedGotoAction.getTarget()
Get target 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.
|
void |
PDFEmbeddedGotoActionTarget.setNextTarget(PDFEmbeddedGotoActionTarget target)
Set next target of current target.
|
void |
PDFEmbeddedGotoAction.setTarget(PDFEmbeddedGotoActionTarget target)
Set target of embedded go-to action.
|