public static final class Configuration.PdfScriptTriggerEvent extends Enum
An enum containing trigger events for PDF scripts.
Modifier and Type | Field and Description |
---|---|
static Configuration.PdfScriptTriggerEvent |
AFTER_PRINT
This event is triggered after the PDF has been printed by the viewer application.
|
static Configuration.PdfScriptTriggerEvent |
AFTER_SAVE
This event is triggered after the PDF has been saved by the viewer application.
|
static Configuration.PdfScriptTriggerEvent |
BEFORE_PRINT
This event is triggered before the PDF is printed by the viewer application.
|
static Configuration.PdfScriptTriggerEvent |
BEFORE_SAVE
This event is triggered before the PDF is saved by the viewer application.
|
static Configuration.PdfScriptTriggerEvent |
CLOSE
This event is triggered when the PDF is closed by the viewer application.
|
static Configuration.PdfScriptTriggerEvent |
OPEN
This event is triggered when the PDF is opened in the viewer application.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.PdfScriptTriggerEvent |
valueOf(String name) |
static Configuration.PdfScriptTriggerEvent[] |
values() |
public static final Configuration.PdfScriptTriggerEvent AFTER_PRINT
This event is triggered after the PDF has been printed by the viewer application.
public static final Configuration.PdfScriptTriggerEvent AFTER_SAVE
This event is triggered after the PDF has been saved by the viewer application.
public static final Configuration.PdfScriptTriggerEvent BEFORE_PRINT
This event is triggered before the PDF is printed by the viewer application.
public static final Configuration.PdfScriptTriggerEvent BEFORE_SAVE
This event is triggered before the PDF is saved by the viewer application.
public static final Configuration.PdfScriptTriggerEvent CLOSE
This event is triggered when the PDF is closed by the viewer application.
public static final Configuration.PdfScriptTriggerEvent OPEN
This event is triggered when the PDF is opened in the viewer application.
public static Configuration.PdfScriptTriggerEvent[] values()
public static Configuration.PdfScriptTriggerEvent valueOf(String name)
This doc was generated on 2023-09-21. Copyright © 2002-2023 RealObjects GmbH. All Rights Reserved.