Package net.webpdf.wsclient.openapi
Class OperationJavaScriptActionExecuteJavaScript
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationJavaScriptActionExecuteJavaScript
-
public class OperationJavaScriptActionExecuteJavaScript extends Object
The executeJavaScript action runs passed JavaScript code.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_JS_ACTION
-
Constructor Summary
Constructors Constructor Description OperationJavaScriptActionExecuteJavaScript()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetJsAction()A string that contains all the required JavaScript statements.inthashCode()OperationJavaScriptActionExecuteJavaScriptjsAction(String jsAction)voidsetJsAction(String jsAction)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_JS_ACTION
public static final String JSON_PROPERTY_JS_ACTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
jsAction
public OperationJavaScriptActionExecuteJavaScript jsAction(String jsAction)
-
getJsAction
@Nullable public @Nullable String getJsAction()
A string that contains all the required JavaScript statements. References to libraries and external definitions will be valid as long as they are supported by the PDF standard and the reader application provides the corresponding interfaces.- Returns:
- jsAction
-
setJsAction
public void setJsAction(String jsAction)
-
-