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

Public Types | |
| enum | { kDefaultIID = IID_IGENSTLSIGNALDATA } |
Public Member Functions | |
| virtual void | Set (const IDFile &file)=0 |
| virtual const IDFile & | GetFile () 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 |
IStyleSignalData is an interface used in sending signals when styles have been imported from or exported to sysfiles. A responder can take some action on the target file when a style is imported or exported
| pure virtual |
Gets the file that was imported from or exported to
| pure virtual |
Sets the file that was imported from or exported to
| file | IN the file containing the style |