Iteration
The JScript listing below shows how to iterate through the open documents. It is assumed that you have already started the application and opened some documents as shown in the previous sections.
// go through all open documents using a JScript Enumerator |
The JScript code listed above is available in the sample file DocumentAccess.js (see Example Files).