InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SnipRunBatch Class Reference

#include <SnipRunBatch.h>

Public Member Functions

 SnipRunBatch ()
 
virtual ~SnipRunBatch ()
 

Detailed Description

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.

Constructor & Destructor Documentation

SnipRunBatch::SnipRunBatch ()

Pops a file browse dialog and handles the commands found in the selected script.

virtual SnipRunBatch::~SnipRunBatch ()
inlinevirtual

Destructor