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

Public Types | |
| enum | { kDefaultIID = IID_ILOADPLACEGUNCMDDATA } |
Public Member Functions | |
| virtual void | SetPlaceGunLoadLocation (IPlaceGun::PlaceGunLocation where)=0 |
| virtual IPlaceGun::PlaceGunLocation | GetPlaceGunLoadLocation () 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 to hold data for LoadPlaceGunCmd
| pure virtual |
Get where to load the item in the list
| pure virtual |
Set where to load the item in the list
| where | IN where to load the item in the place gun - usually the back, but can be the front in some cases. |