|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.actions.PdfAction
com.spire.pdf.actions.PdfJavaScriptAction
public class PdfJavaScriptAction
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 |
---|
public PdfJavaScriptAction(java.lang.String javaScript)
javaScript
- The java script code.Method Detail |
---|
public java.lang.String getScript()
public void setScript(java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |