public static class Configuration.ScriptResource extends Object
Constructor and Description |
---|
Configuration.ScriptResource() |
Configuration.ScriptResource(String content,
String uri,
Boolean beforeDocumentScripts) |
Modifier and Type | Method and Description |
---|---|
void |
setBeforeDocumentScripts(Boolean value)
Use
true to cause PDFreactor to run the
script before all scripts inside the document and false
to run it after. |
void |
setContent(String value)
The content of the script.
|
void |
setUri(String value)
The URI of the script.
|
public void setContent(String value)
public void setUri(String value)
public void setBeforeDocumentScripts(Boolean value)
true
to cause PDFreactor to run the
script before all scripts inside the document and false
to run it after.This doc was generated on 2017-05-17. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.