PdfAction
Inheritance: java.lang.Object, com.aspose.pdf.PdfAction
All Implemented Interfaces: IAppointment
public abstract class PdfAction extends Object implements IAppointment
Represents Action in PDF document
Constructors
| Constructor | Description |
|---|---|
| PdfAction |
Methods
| Method | Description |
|---|---|
| getECMAScriptString | Gets string for ECMAScript Action. |
| getNext | Next actions in sequence. |
PdfAction
public PdfAction()
getECMAScriptString
public final String getECMAScriptString()
Gets string for ECMAScript Action.
Returns: Return string for JS entry for ECMAScript Action or null else.
getNext
public ActionCollection getNext()
Next actions in sequence.
Returns: ActionCollection object