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

Public Types | |
| enum | { kDefaultIID = IID_ISHOWHYPERLINKSPREFERENCES } |
Public Member Functions | |
| virtual void | SetShowHyperlinks (const bool16 bShown)=0 |
| virtual const bool16 | GetShowHyperlinks ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Used to store/get whether hyperlinks should be shown in the layout
| pure virtual |
Indicates to the client whether hyperlinks should be shown
| pure virtual |
Allows the user to determine whether hyperlinks should be shown
| bShown | - kTrue will show hyperlinks, kFalse will not |