Generated by
JDiff

Class com.qoppa.pdf.JavaScriptSettings

Added Methods
IdentityProperties getIdentityProperties() Returns a static object that identifies the current user of the application.
boolean isMailDocWarn() Returns true if the user will have the option to proceed with emailing the document when mailDoc() is called.
boolean isSubmitFormWarn() Returns true if the user will have the option to proceed with connecting to a URL and submitting the form when submitForm() is called.
void setIdentityProperties(IdentityProperties) Sets a static object that identifies the current user of the application.
void setMailDocWarn(boolean) Set to true to warn/ask the user before emailing the document when mailDoc() is called.
void setSubmitFormWarn(boolean) Set to true to warn/ask the user before connecting to a URL and submitting the form when submitForm() is called.