|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.DocumentJavaScript
public class DocumentJavaScript
Represents a PDF documents JavaScript entry.
Licensing:
This property is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
| Constructor Summary | |
|---|---|
DocumentJavaScript(java.lang.String name,
java.lang.String javaScript)
Creates a new instance of DocumentJavaScript class. |
|
| Method Summary | |
|---|---|
void |
drawReference(DocumentWriter writer)
Draws a reference to the JavaScript indirect object. |
java.lang.String |
getJavaScript()
Gets the actual JavaScript. |
java.lang.String |
getName()
Gets the name of the JavaScript entry. |
void |
setJavaScript(java.lang.String jscript)
sets the actual JavaScript. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentJavaScript(java.lang.String name,
java.lang.String javaScript)
DocumentJavaScript class.
name - the name of the java script.javaScript - the java script.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getJavaScript()
public void setJavaScript(java.lang.String jscript)
jscript - the actual JavaScript.public void drawReference(DocumentWriter writer)
writer - DocumentWriter object to receive the JavaScript indirect object.DocumentWriter
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||