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

Public Types | |
| enum | { kDefaultIID = IID_IPLACEPIDATA } |
Public Member Functions | |
| virtual void | Set (const UIDRef &parent, const PMPointList *initialPoints, bool16 usePlaceGunContents=kTrue, bool16 usePlaceGunRoute=kTrue)=0 |
| virtual const UIDRef & | GetParent ()=0 |
| virtual UID | GetNewItem () const =0 |
| virtual const PMPointList * | GrabPointList () const =0 |
| virtual bool16 | UsePlaceGunContents () const =0 |
| virtual bool16 | UsePlaceGunRoute () 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 |
Interface used to specify data for a variety of Import and Place commands.
| pure virtual |
Get the pageitem to place. Returns either the contents of place gun or command's item list, depending on "usePlaceGunContents" flag.
| pure virtual |
Get the target for the command
| pure virtual |
Get the point list
| pure virtual |
Initialize the interface.
| parent | IN specify the target of the command |
| initialPoints | IN where should the item be placed |
| usePlaceGunContents | IN true to use content of place gun, fasse to use item list from the command |
| usePlaceGunRoute | IN true to use place gun route, false to simply create graphicframe and append items to it |
| pure virtual |
Should we use the place gun content or lok at the item list on the command?
| pure virtual |
Should we use the place gun route or use for simply creating graphicframe and append items to it