InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IShowHyperlinksPrefs Class Referenceabstract

#include <IShowHyperlinksPrefs.h>

Inheritance diagram for IShowHyperlinksPrefs:
IPMUnknown

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 IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Used to store/get whether hyperlinks should be shown in the layout

Member Function Documentation

virtual const bool16 IShowHyperlinksPrefs::GetShowHyperlinks ()
pure virtual

Indicates to the client whether hyperlinks should be shown

Returns
kTrue means show hyperlinks, kFalse means do not
virtual void IShowHyperlinksPrefs::SetShowHyperlinks (const bool16 bShown)
pure virtual

Allows the user to determine whether hyperlinks should be shown

Parameters
bShown- kTrue will show hyperlinks, kFalse will not