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

Public Types | |
| enum | { kDefaultIID = IID_IDOCSAVEPREFSCMDDATA } |
Public Member Functions | |
| virtual void | SetDocument (IDocument *theDocument)=0 |
| virtual IDocument * | GetDocument () const =0 |
| virtual void | SetThumbnailOptions (IDocSavePrefs::ThumbnailOptions thumbnail)=0 |
| virtual IDocSavePrefs::ThumbnailOptions | GetThumbnailOptions () const =0 |
| virtual void | SetPreviewSizeOptions (IDocSavePrefs::PreviewSizeOptions Previewsize)=0 |
| virtual IDocSavePrefs::PreviewSizeOptions | GetPreviewSizeOptions () const =0 |
| virtual void | SetSaveThumbnailWithDocument (bool16 saveThumbnail)=0 |
| virtual bool16 | GetSaveThumbnailWithDocument () 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 |
IDocSavePrefsCmdData is a data interface for the kSetDocSavePrefsCmdBoss. It is used
by the client of the command to specify the preview and thumbnail options for InDesign documents.
| anonymous enum |
Default IID enum
| pure virtual |
Called by the command to obtain the target document.
| none |
| pure virtual |
GetPreviewSizeOptions() is called by the command to obtain the desired Preview size options.
| none |
| pure virtual |
Get the preference of whether or not to save previews with documents
| void |
| pure virtual |
GetThumbnailOptions() is called by the command to obtain the desired thumbnail options.
| none |
| pure virtual |
Set the target document
| *theDocument | IN - Called by the client to specify the target document. |
| pure virtual |
SetPreviewSizeOptions is called by the client to specify the new Preview size options.
| preview | size IN - the new setting |
| pure virtual |
Set the preference of whether or not to save previews with documents
| saveThumbnail | IN - the new setting |
| pure virtual |
SetThumbnailOptions is called by the client to specify the new thumbnail options.
| thumbnail | IN - the new setting |