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

Public Member Functions | |
| virtual void | Set (const int32 repeatCountOrRowCount, const int32 columnCount, const PMReal &horizontalOffset, const PMReal &verticalOffset, const UIDRef &parentLayerRef, bool16 preserveLayers)=0 |
| virtual void | Get (int32 &repeatCountOrRowCount, int32 &columnCount, PMReal &horizontalOffset, PMReal &verticalOffset, UIDRef &parentLayerRef, bool16 &preserveLayers)=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.
| pure virtual |
Get the command data
| repeatCountOrRowCount | IN how many times to repeat the command. When columnCount is -1, this is a standard repeatCount. When columnCount is not -1, see below. |
| columnCount | IN how many times to repeat the command for columns. -1 if not creating a grid. |
| horizontalOffset | IN horizonal spacing used to offset each new instance |
| verticalOffset | IN vertical spacing used to offset each new instance |
| parentLayerRef | IN destination's parent layer |
| preserveLayers | IN should layers be preserved |
| 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. |
| horizontalOffset | IN horizonal spacing used to offset each new instance |
| verticalOffset | IN vertical spacing used to offset each new instance |
| parentLayerRef | IN destination's parent layer |
| preserveLayers | IN should layers be preserved |