pdfjavascriptaction-ag凯发旗舰厅



com.spire.pdf.actions
class pdfjavascriptaction

java.lang.object
  extended by com.spire.pdf.actions.pdfaction
      extended by com.spire.pdf.actions.pdfjavascriptaction
all implemented interfaces:
ipdfwrapper

public class pdfjavascriptaction
extends pdfaction

represents an action which performs java script action in pdf document.


constructor summary
pdfjavascriptaction(java.lang.string javascript)
          initializes a new instance of the class.
 
method summary
 java.lang.string getscript()
          gets the javascript code to be executed when this action is executed.
 void setscript(java.lang.string value)
          sets the javascript code to be executed when this action is executed.
 
methods inherited from class com.spire.pdf.actions.pdfaction
getdictionary, getnextaction, setnextaction
 
constructor detail

pdfjavascriptaction

public pdfjavascriptaction(java.lang.string javascript)
initializes a new instance of the class.
parameters:
javascript - the java script code.
method detail

getscript

public java.lang.string getscript()
gets the javascript code to be executed when this action is executed.

setscript

public void setscript(java.lang.string value)
sets the javascript code to be executed when this action is executed.


网站地图