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

Public Types | |
| enum | { kDefaultIID = IID_IDRAWMASTERELEMENTS } |
Public Member Functions | |
| virtual void | Set (bool16 newSetting)=0 |
| virtual bool16 | Get ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
An command data interface for a spread which determines if the master associated with that spread draws. User can set on a per-spread basis whether master page items draw. In the UI, this is controlled via the Pages Panel menu Show/Hide Master Items.
| pure virtual |
Return the data interface value.
| pure virtual |
Set the new value for whether master page items will be drawn for a spread.
| newSetting | IN bool16 value, kTrue to draw, kFalse to skip drawing master page items. |