Simple Document Access
After you have started the application as shown in Start Application, you will most likely want to programmatically open a document in order to work with it. The JScript code listing below illustrates how to open two documents from the StyleVision Examples folder.
// Locate examples via USERPROFILE shell variable. The path needs to be adapted to major release versions. |
The JScript code listed above is available in the sample file DocumentAccess.js (see Example Files).