PdfAction

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.pdf.IAppointment

public abstract class PdfAction implements IAppointment

Represents Action in PDF document

Constructors

ConstructorDescription
PdfAction()

Methods

MethodDescription
getNext()Next actions in sequence.
getECMAScriptString()Gets string for ECMAScript Action.

PdfAction()

public PdfAction()

getNext()

public ActionCollection getNext()

Next actions in sequence.

Returns: ActionCollection - ActionCollection object

getECMAScriptString()

public final String getECMAScriptString()

Gets string for ECMAScript Action.

Returns: java.lang.String - Return string for JS entry for ECMAScript Action or null else.