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

Public Types | |
| enum | { kDefaultIID = IID_IGUIDEPREFERENCES } |
Public Member Functions | |
| virtual void | SetGuidesInBack (const bool16 bBack)=0 |
| virtual const bool16 | GetGuidesInBack ()=0 |
| virtual void | SetGuidesShown (const bool16 bShown)=0 |
| virtual const bool16 | GetGuidesShown ()=0 |
| virtual void | SetGuidesLocked (const bool16 bLocked)=0 |
| virtual const bool16 | GetGuidesLocked ()=0 |
| virtual void | SetGuidesThreshold (const PMReal threshold)=0 |
| virtual PMReal | GetGuidesThreshold ()=0 |
| virtual void | SetGuidesColor (const UID uiColorUID)=0 |
| virtual UIDRef | GetGuidesColor ()=0 |
| virtual const bool16 | GetGuidesShown_DURING_CONVERSION_ONLY ()=0 |
| virtual const bool16 | GetGuidesLocked_DURING_CONVERSION_ONLY ()=0 |
| virtual int32 | GetGuidesColorIndex_DURING_CONVERSION_ONLY ()=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 relating to guide preferences (kGuideItemBoss).