public static class Configuration.PdfScriptAction extends Object
A type containing PDF script data.
Constructor and Description |
---|
PdfScriptAction() |
PdfScriptAction(Configuration.PdfScriptTriggerEvent triggerEvent,
String script)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Configuration.PdfScriptAction |
setScript(String value)
The script source that should be executed.
|
Configuration.PdfScriptAction |
setTriggerEvent(Configuration.PdfScriptTriggerEvent value)
The event on which the script is executed.
|
public PdfScriptAction()
@Deprecated public PdfScriptAction(Configuration.PdfScriptTriggerEvent triggerEvent, String script)
public Configuration.PdfScriptAction setTriggerEvent(Configuration.PdfScriptTriggerEvent value)
The event on which the script is executed.
Value is a Configuration.PdfScriptTriggerEvent
constant.
Configuration.PdfScriptAction
instance.public Configuration.PdfScriptAction setScript(String value)
The script source that should be executed.
Configuration.PdfScriptAction
instance.This doc was generated on 2023-09-21. Copyright © 2002-2023 RealObjects GmbH. All Rights Reserved.