public abstract class PdfAction extends Object implements IAppointment
Represents Action in PDF document
| Constructor and Description |
|---|
PdfAction() |
| Modifier and Type | Method and Description |
|---|---|
static PdfAction |
createAction(com.aspose.pdf.engine.data.IPdfDictionary action) |
void |
execute(IDocument document) |
ActionCollection |
getNext()
Next actions in sequence.
|
public ActionCollection getNext()
Next actions in sequence.
public void execute(IDocument document)
public static PdfAction createAction(com.aspose.pdf.engine.data.IPdfDictionary action)
Copyright © 2018 Aspose. All Rights Reserved.