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

ConstructorDescription
PdfAction

Methods

MethodDescription
getECMAScriptStringGets string for ECMAScript Action.
getNextNext 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