Uses of Interface
org.apache.pdfbox.pdmodel.interactive.form.ScriptingHandler
Packages that use ScriptingHandler
Package
Description
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of ScriptingHandler in org.apache.pdfbox.pdmodel.interactive.form
Fields in org.apache.pdfbox.pdmodel.interactive.form declared as ScriptingHandlerMethods in org.apache.pdfbox.pdmodel.interactive.form that return ScriptingHandlerModifier and TypeMethodDescriptionPDAcroForm.getScriptingHandler()
Set a handler to support JavaScript actions in the form.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type ScriptingHandlerModifier and TypeMethodDescriptionvoid
PDAcroForm.setScriptingHandler
(ScriptingHandler scriptingHandler) Set a handler to support JavaScript actions in the form.