|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.cete.dynamicpdf.Action
|
+--com.cete.dynamicpdf.JavaScriptAction
Represents a JavaScript action.
Licensing:
This property is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
| Constructor Summary | |
JavaScriptAction(java.lang.String javaScript)
Initializes a new instance of the JavaScriptAction class. |
|
| Method Summary | |
void |
draw(DocumentWriter writer)
Draws the action to the specified DocumentWriter object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JavaScriptAction(java.lang.String javaScript)
JavaScriptAction class.
javaScript - The JavaScript code.| Method Detail |
public void draw(DocumentWriter writer)
DocumentWriter object.
draw in class Actionwriter - The DocumentWriter object to receive the actions output.DocumentWriter
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||