Adobe acrobat forms javascript object specification 用户手册

下载
页码 64
Acrobat Forms - JavaScript Object Specification
8
with the Adobe Acrobat Plug-ins SDK CD-ROM or on the Adobe Web site
.
Document Conventions
As this document pertains to Acrobat Forms version 3.5 and greater, there exists some
compatibility issues with older versions of the software. If a property, method, or object is
marked with a
symbol, then it is available only in versions of the Acrobat Forms software
greater than or equal to #.#. Before accessing this object, property, or method, the script should
check that the application version is greater than or equal to #.# if backwards compatibility is
desired.
Example:
if (typeof app.formsVersion != "undefined" && app.formsVersion >= 4.0) {
// Perform version specific operations.
}
As the JavaScript extensions to Acrobat Forms have evolved, some properties or methods have
been superseded by other, more flexible or appropriate properties or methods. The use of these
older methods are discouraged and marked by Mr. Unhappy.
#.#