![]() | InDesign SDK 20.5 |
#include <IStepAndRepeatDialogPrefData.h>

Public Types | |
| enum | { kDefaultIID = IID_ISTEPANDREPEATDIALOGPREFDATA } |
Public Member Functions | |
| virtual void | Set (const int32 repeatCountOrRowCount, const int32 columnCount, bool16 isGridOn)=0 |
| virtual void | Get (int32 &repeatCountOrRowCount, int32 &columnCount, bool16 &isGridOn)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Data interface for the "Step and Repeat" command.
| anonymous enum |
kDefaultIID
| pure virtual |
Get the command data
| repeatCountOrRowCount | OUT how many times to repeat the command. When columnCount is -1, this is a standard repeatCount. When columnCount is not -1, see below. |
| columnCount | OUT how many times to repeat the command for columns. -1 if not creating a grid. |
| isGridOn | OUT kTrue if creating a grid, kFalse otherwise. |
| pure virtual |
Set the command data
| repeatCountOrRowCount | IN how many times to repeat the command. When columnCount is not -1, this value is a rowCount |
| columnCount | IN how many times to repeat the command. -1 when not creating a grid. |
| isGridOn | IN kTrue if creating a grid, kFalse otherwise. |