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

Public Types | |
| enum | { kDefaultIID = IID_IPRESENTATIONCMDDATA } |
Public Member Functions | |
| virtual void | Set (IDocumentPresentation *presentation)=0 |
| virtual IDocumentPresentation * | GetPresentation () const =0 |
| virtual void | SetAllowCancel (bool16 allowCancel)=0 |
| virtual bool16 | GetAllowCancel () 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 |
This interface is the data interface for several close presentation commands, e.g., kClosePresentationCmdBoss, kCloseGalleyPresentationCmdBoss.
| pure virtual |
Get whether the command may be canceled.
| pure virtual |
Get the window we operate on.
| pure virtual |
Set the presentation we operate on.
| win | refers to the window we operate on. |
| pure virtual |
Set whether the command may be canceled. Default is kTrue.
| allowCancel | whether the command may be canceled. |