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

#include <SynthObjModel.h>

Inheritance diagram for kSetAutoTextFramePrefsCmdBoss:

Public Member Functions

ICommand IID_ICOMMAND
 
IPMUnknown IID_IAUTOTEXTFRAMEPREFSCMDDATA
 
IUIDData IID_IUIDDATA
 

Detailed Description

 This command edits auto-text-frame preferences (IAutoTextFramePrefs).

Item list input
None (IAutoTextFramePrefsCmdData indicates the object to be edited)
Item list output
None
Observer notification
Responder notification
None
See Also
IAutoTextFramePrefs, 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 kSetAutoTextFramePrefsCmdBoss::IID_IAUTOTEXTFRAMEPREFSCMDDATA
     IN IAutoTextFramePrefsCmdData; 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: kAutoTextFramePrefsCmdDataImpl</li>
    
        <li>Available in: </li>
    
        <li>Class from:</li>
    
        </ul>
ICommand kSetAutoTextFramePrefsCmdBoss::IID_ICOMMAND

ICommand implementation.

  • Implementation: kSetAutoTextFramePrefsCmdImpl
  • Available in:
  • Class from:
IUIDData kSetAutoTextFramePrefsCmdBoss::IID_IUIDDATA

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

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