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

#include <SdkObjModel.h>

Inheritance diagram for kPstLstNewDataCmdBoss:

Public Member Functions

IPMUnknown IID_IPSTLSTDATA
 
ICommand IID_ICOMMAND
 

Detailed Description

 This boss class provides a command PstLstNewDataCmd that adds an IPstLstData on

to the IPstLstUIDList of the selected page items. It supports two interfaces: ICommand and IPstLstData, we provide both implementations.

Member Function Documentation

ICommand kPstLstNewDataCmdBoss::IID_ICOMMAND
     The implementation of the PstLstNewDataCmd, it gets the command data from its

sibling interface, then use it to create a new IPstLstData and add it onto its target's IPstLstUIDList. Implementation provided in PstLstNewDataCmd.cpp.

    Implementation: kPstLstNewDataCmdImpl.
IPMUnknown kPstLstNewDataCmdBoss::IID_IPSTLSTDATA
     This is the non-persistent version of IPstLstData, it provides the data needed

by the command. Implementation provided in PstLstData.cpp.

    Implementation: kPstLstDataImpl.