 | InDesign SDK 20.5 |
28 #ifndef __IRulerPrefsCmdData__ 29 #define __IRulerPrefsCmdData__ 31 #include "IPMUnknown.h" 40 virtual void Set(
const UIDRef& doc,
41 const bool16 shown) = 0;
42 virtual const UIDRef& GetDocument()
const = 0;
43 virtual const bool16 GetRulersShown()
const = 0;
49 #endif // __IRulerPrefsCmdData__