InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
kSetColumnPrefsCmdBoss Class Reference

#include <SynthObjModel.h>

Inheritance diagram for kSetColumnPrefsCmdBoss:

Public Member Functions

ICommand IID_ICOMMAND
 
IUIDData IID_IUIDDATA
 
IPMUnknown IID_ICOLUMNPREFSCMDDATA
 

Detailed Description

 This command edits the default number of columns and the gutter (IColumnPrefs).

Item list input
none (IColumnPrefsCmdData indicates the object to be edited)
Item list output
None
Observer notification
  • theChange: kSetColumnPrefsCmdBoss
  • theSubject: the workspace affected by the change
  • protocol: IID_ICOLUMNPREFERENCES
  • changedBy: command instance
Responder notification
None
See Also
IColumnPrefs, kDocWorkspaceBoss stores the preferences for the document, kWorkspaceBoss stores the default preferences inherited by new documents, kDocStyleBoss stores preset preferences that can be used to create new documents

Member Function Documentation

IPMUnknown kSetColumnPrefsCmdBoss::IID_ICOLUMNPREFSCMDDATA
     IN IColumnPrefsCmdData; the boss object to be edited is indicated 

by data interfaces on this command as follows:

  • to edit the document workspace (kDocWorkspaceBoss) pass the UIDRef of the document (kDocBoss) in this interface,
  • to edit a document style (kDocStyleBoss) pass an invalid UIDRef this interface and pass the UIDRef of the style in this command's IUIDData interface,
  • to edit the session workspace (kWorkspaceBoss) pass an invalid UIDRef in this interface.
        <ul>
    
        <li>Implementation: kColumnPrefsCmdDataImpl</li>
    
        <li>Available in: </li>
    
        <li>Class from:</li>
    
        </ul>
ICommand kSetColumnPrefsCmdBoss::IID_ICOMMAND

ICommand implementation.

  • Implementation: kSetColumnPrefsCmdImpl
  • Available in:
  • Class from:
IUIDData kSetColumnPrefsCmdBoss::IID_IUIDDATA

IN IUIDData references the style (kDocStyleBoss) to be edited (if any).

  • Implementation: kUIDDataImpl
  • Available in:
  • Class from: