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

Public Types | |
| enum | { kDefaultIID = IID_ICOPYINDEXPAGEENTRYCMDDATA } |
Public Member Functions | |
| virtual IDataBase * | GetDestinationDB () const =0 |
| virtual void | SetDestinationDB (IDataBase *db)=0 |
| virtual bool16 | GetDoNotifyFlag () const =0 |
| virtual void | SetDoNotifyFlag (bool16 notify)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface data for copying an index page entry.
| pure virtual |
Gets the destination DataBase for the command.
| pure virtual |
Retrieves the notification flag for the command.
| pure virtual |
Sets the destination DataBase for the command.
| db | [IN] - a pointer to the destination database. |
| pure virtual |
Sets the notification flag for the command. If the flag is set to true, the command will broadcast a notification.
| notify | [IN] - the value of the flag. |