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

Public Types | |
| enum | { kDefaultIID = IID_IDYNDOCSEXPORTCOMMANDDATA } |
Public Member Functions | |
| virtual void | SetStream (IPMStream *stream)=0 |
| virtual IPMStream * | GetStream () const =0 |
| virtual void | SetUIFlags (UIFlags flags)=0 |
| virtual UIFlags | GetUIFlags () const =0 |
| virtual void | SetExportFormatName (PMString const &formatName)=0 |
| virtual PMString | GetExportFormatName () const =0 |
| virtual void | SetExportSelection (bool bExportSelection)=0 |
| virtual bool | GetExportSelection () 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 interface for dynamic documents (Flash) export command
| pure virtual |
Gets the format name for the export.
| pure virtual |
Gets whether the export is a selection export.
| pure virtual |
Gets the destination stream for the export. Does not AddRef return value.
| pure virtual |
Gets the UI flags for the export.
| pure virtual |
Sets the format name for the export.
| The | format name for the export |
| pure virtual |
Sets whether the export is a selection export.
| Boolean | denoting if the export is a selection export. |
| pure virtual |
Sets the destination stream for the export. Will AddRef the stream.
| stream | The destination stream for the export |
| pure virtual |
Sets the UI flags for the export.
| The | UI flags for the export |