Package com.realobjects.pdfreactor
Class Configuration.PdfScriptAction
java.lang.Object
com.realobjects.pdfreactor.Configuration.PdfScriptAction
- Enclosing class:
Configuration
A type containing PDF script data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe script source that should be executed.The event on which the script is executed.
-
Constructor Details
-
PdfScriptAction
public PdfScriptAction()
-
-
Method Details
-
setTriggerEvent
The event on which the script is executed. Value is a
Configuration.PdfScriptTriggerEvent
constant.- Returns:
- The current
Configuration.PdfScriptAction
instance.
-
setScript
The script source that should be executed.
- Returns:
- The current
Configuration.PdfScriptAction
instance.
-