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

Public Types | |
| enum | { kDefaultIID = IID_ISETADOBEBASICJOBMDCMDDATA } |
Public Member Functions | |
| virtual void | Set (IPMUnknown *targetObject, const K2Vector< IAdobeBasicJobMetaData::Job > &jobs)=0 |
| virtual IPMUnknown * | QueryTargetObject (const PMIID &iid) const =0 |
| virtual K2Vector < IAdobeBasicJobMetaData::Job > | GetJobs () 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 |
A data interface used by SetAdobeBasicJobMDCmd.
| pure virtual |
Returns a list of jobs specified by 'xapBJ:JobRef' property.
| pure virtual |
Query an interface on the target object.
| iid | IN The ID of the interface to query. |
| pure virtual |
Set the command data.
| targetObject | IN The target object of the command. It must have a IID_IADOBEBASICJOBMETADATA interface. |
| jobs | IN A list of jobs. |