![]() | InDesign SDK 20.5 |
#include <SnipRunBatch.h>
Public Member Functions | |
| SnipRunBatch () | |
| virtual | ~SnipRunBatch () |
This feature has been disabled.
Snippet script handler processes text files containing lines of snippet commands. For example a file containing the lines: ; ; Snippet Runner script file ; newDoc 400 300 placeFile myPic.gif
would create a new document and place a file into it.
Characters following a ';' are ignored and can be used to comment scripts. Blank lines are ignored.
| SnipRunBatch::SnipRunBatch | ( | ) |
Pops a file browse dialog and handles the commands found in the selected script.
| inlinevirtual |
Destructor