pdfjavascriptaction-ag凯发旗舰厅
com.spire.pdf.actions
class pdfjavascriptaction
java.lang.object
com.spire.pdf.actions.pdfaction
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. |
pdfjavascriptaction
public pdfjavascriptaction(java.lang.string javascript)
- initializes a new instance of the class.
- parameters:
javascript
- the java script code.
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.