public class PDActionJavaScript extends PDAction
| Modifier and Type | Field and Description | 
|---|---|
| static String | SUB_TYPEThis type of action this object represents. | 
| Constructor and Description | 
|---|
| PDActionJavaScript()Constructor #1. | 
| PDActionJavaScript(COSDictionary a)Constructor #2. | 
| PDActionJavaScript(String js)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAction() | 
| void | setAction(String sAction) | 
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setTypepublic static final String SUB_TYPE
public PDActionJavaScript()
public PDActionJavaScript(String js)
js - Some javascript code.public PDActionJavaScript(COSDictionary a)
a - The action dictionary.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.