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

Public Types | |
| enum | { kDefaultIID = IID_IADAPTIVETRANSIENTDATA } |
Public Member Functions | |
| virtual AdapativePageItemData * | GetData (UID)=0 |
| virtual void | Reset ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface to store transient page item data for Adaptive (Adjust) layout.
| pure virtual |
This is called to retrieve the data object pertaining to this particular page item. This object contains temporary page item data for Adaptive (Adjust) layout.
| UID | [in] The uid corresponding to which the data is to be returned. |
| pure virtual |
This is called at the very end of the processing of Adaptive (Adjust) Layout to clear out the data which anyhow is no longer relevant.