public class PDActionJavaScript extends PDAction
Modifier and Type | Field and Description |
---|---|
static String |
SUB_TYPE
This 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, setType
public 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–2018 The Apache Software Foundation. All rights reserved.