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

Public Types | |
| enum | { kDefaultIID = IID_INEWSTORYSIGNALDATA } |
Public Member Functions | |
| virtual void | Set (ICommand *newStoryCmd, const UIDRef &textModel)=0 |
| virtual ICommand * | GetNewStoryCmd ()=0 |
| virtual const UIDRef & | GetTextModel () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Data sent with the newdoc signal
| pure virtual |
Get the ICommand that created this new story. May be nil.
| pure virtual |
Get the UIDRef of the story that was just created.