 | InDesign SDK 20.5 |
28 #ifndef __ISnapToPrefsCmdData__ 29 #define __ISnapToPrefsCmdData__ 31 #include "IPMUnknown.h" 41 virtual void Set(
const UIDRef& doc,
45 virtual const UIDRef& GetDocument()
const = 0;
46 virtual const bool16 GetSnapToGuides()
const = 0;
47 virtual const bool16 GetSnapToGrid()
const = 0;
48 virtual const PMReal& GetSnapToZone()
const = 0;
52 #endif // __ISnapToPrefsCmdData__