Package | Description |
---|---|
com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
Modifier and Type | Field and Description |
---|---|
static Configuration.JavaScriptDebugMode |
Configuration.JavaScriptDebugMode.EXCEPTIONS
Indicates that all exceptions thrown during JavaScript processing are logged
in addition to the effects of POSITIONS.
|
static Configuration.JavaScriptDebugMode |
Configuration.JavaScriptDebugMode.FUNCTIONS
Indicates that all JavaScript functions entered or exited are logged
in addition to the effects of POSITIONS and EXCEPTIONS.
|
static Configuration.JavaScriptDebugMode |
Configuration.JavaScriptDebugMode.LINES
Indicates that every line of executed JavaScript is logged
in addition to the effects of POSITIONS, EXCEPTIONS and FUNCTIONS.
|
static Configuration.JavaScriptDebugMode |
Configuration.JavaScriptDebugMode.NONE
Indicates that debugging is disabled.
|
static Configuration.JavaScriptDebugMode |
Configuration.JavaScriptDebugMode.POSITIONS
Indicates that the filenames and line numbers that caused output
(e.g.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.JavaScriptDebugMode |
Configuration.JavaScriptDebugMode.valueOf(String name) |
static Configuration.JavaScriptDebugMode[] |
Configuration.JavaScriptDebugMode.values() |
Modifier and Type | Method and Description |
---|---|
Configuration.JavaScriptSettings |
Configuration.JavaScriptSettings.setDebugMode(Configuration.JavaScriptDebugMode jsDebugMode)
Specifies the debug mode.
|
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.