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

Public Types | |
| enum | { kLayoutPanel = 0, kGalleyPanel = 1 } |
Public Member Functions | |
| virtual void | SetLayoutData (IInCopyPDFExptLayoutData *iData)=0 |
| virtual void | SetGalleyData (IInCopyPDFExptGalleyData *iData)=0 |
| virtual void | SetGalleySettingData (IInCopyGalleySettingData *iSettingData)=0 |
| virtual void | SetCurrentPanel (const int32 panel)=0 |
| virtual void | SetExportPrefs (IPDFExportPrefs *iData)=0 |
| virtual IInCopyPDFExptLayoutData * | GetLayoutData () const =0 |
| virtual IInCopyPDFExptGalleyData * | GetGalleyData () const =0 |
| virtual IInCopyGalleySettingData * | GetGalleySettingData () const =0 |
| virtual IPDFExportPrefs * | GetExportPrefs () const =0 |
| virtual int32 | GetCurrentPanel () 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 |
Dialog data interface for kInCopyPDFExptDialogBoss. Pass in other interface point for dialog to use and set the settings.
| pure virtual |
Get the current displayed panel in the dialog, this would be the view to export
| none |
| pure virtual |
| pure virtual |
Get method for IInCopyPDFExptGalleyData interface pointer
| none |
| pure virtual |
Get method for IInCopyGalleySettingData interface pointer
| none |
| pure virtual |
Get method for IInCopyPDFExptLayoutData interface pointer
| none |
| pure virtual |
Set method for the current displayed panel in the dialog
| panel,0 | = layout panel, 1 = galley panel |
| pure virtual |
Set method to pass IPDFExportPrefs interface pointer for dialog use and set data
| iData |
| pure virtual |
Set method to pass IInCopyPDFExptGalleyData interface pointer for dialog use and set the galley export settings
| iData |
| pure virtual |
Set method to pass IInCopyGalleySettingData interface pointer for dialog use
| iSettingData |
| pure virtual |
Set method to pass IInCopyPDFExptLayoutData interface pointer for dialog use and set the layout export settings
| iData |