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

Public Member Functions | |
| virtual void | SetSourceDB (IDataBase *sourceDB)=0 |
| virtual IDataBase * | GetSourceDB ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This interface is to specify the source database for the scrap contents on a cut operation. Used by track changes to tell on paste if the content originated from the same document or not. If the same document then the pasted content is marked as Moved Text as opposed to Added Text.
| pure virtual |
Get the source database.
| pure virtual |
Set the source database.
| sourceDB | the source database. |