Uses of Class
com.realobjects.pdfreactor.Configuration.JavaScriptSettings
-
Uses of Configuration.JavaScriptSettings in com.realobjects.pdfreactor
Modifier and TypeMethodDescriptionConfiguration.JavaScriptSettings.setDebugIndentation
(Integer debugIndentation) Specifies the amount of spaces per indentation level when using JavaScript debugging.Configuration.JavaScriptSettings.setDebugMode
(Configuration.JavaScriptDebugMode debugMode) Specifies the debug mode.Configuration.JavaScriptSettings.setDisabled
(Boolean disabled) Specifies whether to not process JavaScript.Configuration.JavaScriptSettings.setEnabled
(Boolean enabled) Deprecated.Configuration.JavaScriptSettings.setIgnoreScriptElements
(Boolean ignoreScriptElements) Specifies whether to ignore <script> elements in the document, only executing user scripts.Configuration.JavaScriptSettings.setJavaScriptEngine
(Configuration.JavaScriptEngine javaScriptEngine) Sets the JavaScript engine to be used.Configuration.JavaScriptSettings.setMaxQueuedTasks
(Integer maxQueuedTasks) Specifies the maximum amount of tasks to be queued before ending JavaScript processing.Configuration.JavaScriptSettings.setMaxScriptElements
(Integer maxScriptElements) Specifies the maximum amount of script elements in the document to process.Configuration.JavaScriptSettings.setMaxTasksRepeated
(Integer maxTasksRepeated) Specifies the maximum number of times that the same task is allowed to be executed, before ending JavaScript processing.Configuration.JavaScriptSettings.setMaxTasksWithoutDomChange
(Integer maxTasksWithoutDomChange) Specifies the maximum amount of tasks to be allowed to be queued, while the DOM does not change, before ending JavaScript processing.Configuration.JavaScriptSettings.setMaxVirtualTimeOffset
(Integer maxVirtualTimeOffset) Specifies the maximum amount of virtual time in seconds to let pass before ending JavaScript processing.Configuration.JavaScriptSettings.setNoLayout
(Boolean noLayout) Specifies whether to process JavaScript without causing document layouts or updates.Configuration.JavaScriptSettings.setNoVirtualTime
(Boolean noVirtualTime) Specifies whether not to use virtual time for JavaScript.Configuration.JavaScriptSettings.setStatementLimit
(Integer thousandsStatements) Specifies the maximum amount of JavaScript statements in thousands, which a single task may execute.Configuration.JavaScriptSettings.setTimeLapse
(Boolean timeLapse) Specifies whether to fast-forward the virtual time of JavaScript every time it is retrieved.Configuration.JavaScriptSettings.setTimeout
(Integer value) Sets a timeout in seconds for JavaScript processing If the timeout is exceeded, the conversion will be aborted.Modifier and TypeMethodDescriptionfinal Configuration
Configuration.setJavaScriptSettings
(Configuration.JavaScriptSettings value) Specifies JavaScript related settings.