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

#include <IAssignmentPreferences.h>

Inheritance diagram for IAssignmentPreferences:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_IASSIGNMENTPREFERENCES }
 

Public Member Functions

virtual bool16 GetShowAssignedFrames () const =0
 
virtual void SetShowAssignedFrames (bool16 show)=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

Manages the state of the "Show Assigned Frames" View menu option.

Member Function Documentation

virtual bool16 IAssignmentPreferences::GetShowAssignedFrames () const
pure virtual

Whether or not assigned frames are highlighted in layout windows.

Returns
- A boolean which is kTrue if assigned frames are being shown.
virtual void IAssignmentPreferences::SetShowAssignedFrames (bool16 show)
pure virtual

Set whether or not assigned frames are highlighted in layout windows.

Parameters
show- A boolean which is kTrue if assigned frames are being shown.