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

Public Member Functions | |
| virtual void | Set (IDataBase *db, UID oldPageItem, UID newPageItem, bool16 useClippingFrame)=0 |
| virtual IDataBase * | GetDataBase ()=0 |
| virtual UID | GetOldPageItem ()=0 |
| virtual UID | GetNewPageItem ()=0 |
| virtual bool16 | GetUseClippingFrame ()=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 ReplaceCmd and other similar commands.
| pure virtual |
Get the affected database.
| pure virtual |
Get the new pageitem.
| pure virtual |
Get the old pageitem.
| pure virtual |
Get the use clipping frame flag.
| pure virtual |
Initialize the command data.
| db | IN database where the replace will occur. |
| oldPageItem | IN UID of the page item to be replaced. |
| newPageItem | IN UID of the new page item. |
| useClippingFrame | IN retain the clipping frame. |