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

Public Types | |
| enum | { kDefaultIID = IID_ISPREADHISTORYDATA } |
| enum | { kAtTheEnd = -1 } |
Public Member Functions | |
| virtual void | AddSpread (UID spreadUID, UID pageUID=kInvalidUID)=0 |
| virtual void | ClearAllSpreads ()=0 |
| virtual void | ClearThisSpread (UID theUID)=0 |
| virtual void | GoBack (UID *spreadUID, UID *pageUID)=0 |
| virtual void | GoForward (UID *spreadUID, UID *pageUID)=0 |
| virtual bool16 | EnableGoBack ()=0 |
| virtual bool16 | EnableGoForward ()=0 |
| virtual void | SetStackSizeLimit (int32 stackSizeLimit)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
ISpreadHistoryData is an interface off the layout widget (kLayoutWidgetBoss) which contains a stack history of page turns for a given layout. This list is not persistent.