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

#include <ICopyDeletedTextCmdData.h>

Inheritance diagram for ICopyDeletedTextCmdData:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ICOPYDELETEDTEXTCMDDATA }
 

Public Member Functions

virtual IDataBaseGetDestinationDB () const =0
 
virtual void SetDestinationDB (IDataBase *db)=0
 
virtual UID GetDestinationStoryUID () const =0
 
virtual void SetDestinationStoryUID (UID destStoryUID)=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

Command data interface to get/set data for command kCopyDeletedTextCmdBoss.

Member Function Documentation

virtual IDataBase* ICopyDeletedTextCmdData::GetDestinationDB () const
pure virtual

Get method to get the database the deleted text will be copied to.

Returns
IDataBase* the destination database.
virtual UID ICopyDeletedTextCmdData::GetDestinationStoryUID () const
pure virtual

Get method to get the story uid the deleted text will be copied to.

Returns
UID the destination story UID.
virtual void ICopyDeletedTextCmdData::SetDestinationDB (IDataBasedb)
pure virtual

Set method to set the database the deleted text will be copied to.

Parameters
dbthe destination database ptr.
virtual void ICopyDeletedTextCmdData::SetDestinationStoryUID (UID destStoryUID)
pure virtual

Set method to set the story uid the deleted text will be copied to.

Parameters
destStoryUIDthe destination story UID.