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

Public Member Functions | |
| virtual void | Set (const UIDRef &doc, const bool16 bUseOriginalLocation)=0 |
| virtual const UIDRef & | GetDocument () const =0 |
| virtual const bool16 | GetSnippetImportUsesOriginalLocation () 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 class to tell whether batch-place (or snippet) import/place operations should use the original (stored) location of the item('s) in the file for placement, or load the placegun to allow the user to place
| pure virtual |
Get the document
| pure virtual |
Get the original/placegun preference value
| pure virtual |
Set the values
| doc | IN the document |
| in | bUseOriginalLocation IN kTrue = use original; kFalse = allow placegun |