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

Public Types | |
| enum | { kDefaultIID = IID_ICOPYLINKTOLINKOBJECTCMDDATA } |
Public Member Functions | |
| virtual void | Set (const UIDRef sourceLinkUIDRef, const UIDRef targetObjectUIDRef)=0 |
| virtual void | SetLink (const UID newLinkUID)=0 |
| virtual IDataBase * | GetSourceDataBase () const =0 |
| virtual IDataBase * | GetTargetDataBase () const =0 |
| virtual UID | GetSourceLink () const =0 |
| virtual UID | GetTargetLinkObject () const =0 |
| virtual UID | GetLink () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Command data for the CopyLinkToLinkObject command. The interface contains three elements, the source link (to be copied) the target link object (to be associated with the new link) and the link UID (of the copied link).
| pure virtual |
Get the newly created link.
| pure virtual |
Get the data base for the source link.
| pure virtual |
Get the source link
| pure virtual |
Get the data base for the target link object.
| pure virtual |
Get the target link object.
| pure virtual |
Set the output data.
| newLinkUID | IN UID of the newly copied link. |