Uses of Enum
com.realobjects.pdfreactor.Configuration.PdfScriptTriggerEvent
Packages that use Configuration.PdfScriptTriggerEvent
-
Uses of Configuration.PdfScriptTriggerEvent in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.PdfScriptTriggerEventModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Configuration.PdfScriptTriggerEvent[]
Configuration.PdfScriptTriggerEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.realobjects.pdfreactor with parameters of type Configuration.PdfScriptTriggerEventModifier and TypeMethodDescriptionConfiguration.PdfScriptAction.setTriggerEvent
(Configuration.PdfScriptTriggerEvent value) The event on which the script is executed.