InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IStepAndRepeatDialogPrefData Class Referenceabstract

#include <IStepAndRepeatDialogPrefData.h>

Inheritance diagram for IStepAndRepeatDialogPrefData:
IPMUnknown

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 IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Data interface for the "Step and Repeat" command.

Member Enumeration Documentation

anonymous enum

kDefaultIID

Member Function Documentation

virtual void IStepAndRepeatDialogPrefData::Get (int32 & repeatCountOrRowCount,
int32 & columnCount,
bool16 & isGridOn 
)
pure virtual

Get the command data

Parameters
repeatCountOrRowCountOUT how many times to repeat the command. When columnCount is -1, this is a standard repeatCount. When columnCount is not -1, see below.
columnCountOUT how many times to repeat the command for columns. -1 if not creating a grid.
isGridOnOUT kTrue if creating a grid, kFalse otherwise.
virtual void IStepAndRepeatDialogPrefData::Set (const int32 repeatCountOrRowCount,
const int32 columnCount,
bool16 isGridOn 
)
pure virtual

Set the command data

Parameters
repeatCountOrRowCountIN how many times to repeat the command. When columnCount is not -1, this value is a rowCount
columnCountIN how many times to repeat the command. -1 when not creating a grid.
isGridOnIN kTrue if creating a grid, kFalse otherwise.