|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.JavaScript
public class JavaScript
Represents a JavaScript in Pdf document.
Typical usages are the following:
Constructor Summary | |
---|---|
JavaScript()
Initializes a new instance of the JavaScript class. |
|
JavaScript(java.lang.String script)
Initializes a new instance of the JavaScript class from a script string. |
Method Summary | |
---|---|
java.lang.String |
getID()
Gets a string that indicates the ID of the JavaScript. |
int |
getObjectID()
The object ID in the pdf like "8 0 obj" |
java.lang.String |
getScriptContent()
Gets a string that indicates the JavaScript. |
void |
setID(java.lang.String value)
Sets a string that indicates the ID of the JavaScript. |
void |
setObjectID(int value)
The object ID in the pdf like "8 0 obj" |
void |
setScriptContent(java.lang.String value)
Sets a string that indicates the JavaScript. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaScript()
JavaScript
class.
public JavaScript(java.lang.String script)
JavaScript
class from a script string.
script
- The script string.Method Detail |
---|
public java.lang.String getScriptContent()
public void setScriptContent(java.lang.String value)
value
- public java.lang.String getID()
public void setID(java.lang.String value)
value
- public int getObjectID()
public void setObjectID(int value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |