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

Public Types | |
| enum | { kDefaultIID = IID_IPLACEOPTIONS } |
Public Member Functions | |
| virtual bool16 | GetShowFilterPrefs () const =0 |
| virtual void | SetShowFilterPrefs (bool16 show)=0 |
| virtual void | SetReplaceSelectedItem (bool16 replace)=0 |
| virtual bool16 | GetReplaceSelectedItem () const =0 |
| virtual void | SetGenerateCaptions (bool16 replace)=0 |
| virtual bool16 | GetGenerateCaptions () const =0 |
| virtual void | SetApplyCJKGrid (bool16 replace)=0 |
| virtual void | EnableApplyCJKGrid (bool16 replace)=0 |
| virtual bool16 | GetApplyCJKGrid () const =0 |
| virtual bool16 | IsApplyCJKGridEnabled () const =0 |
| virtual void | SetDialogTitle (const PMString &dialogTitle)=0 |
| virtual const PMString & | GetDialogTitle () const =0 |
| virtual void | SetUsePlaceOptions (bool16 useOptions)=0 |
| virtual bool16 | GetUsePlaceOptions () const =0 |
| virtual void | SetShowPreview (bool16 yesNo)=0 |
| virtual bool16 | GetShowPreview (void) 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 |
IPlaceOptions is used to store and access options that affect the appearance of the Place dialog, and options that specify the behavior of the resulting import operation.
| pure virtual |
Enable/Disable the "CJK grid options" control
| pure virtual |
Set the "Apply CJK grid options" flag
| pure virtual |
Get the Title of the Place Dialog.
| pure virtual |
Get the "generate captions" flag
| pure virtual |
Get the "replace selected item" flag
| pure virtual |
Get the "show filter prefs" flag
| pure virtual |
Get the value of the flag to show the preview pane in the place dialog(windows only).
| pure virtual |
Get the flag that controls whether to display the dialog with or without the extra place options.
| pure virtual |
Is the "CJK grid options" control enabled
| pure virtual |
Set the "Apply CJK grid options" flag
| pure virtual |
Set the Title of the Place Dialog. Allows the ability to change the title of the dialog to something like "Import".
| pure virtual |
Set "generate captions" flag
| pure virtual |
Set "replace selected item" flag
| pure virtual |
Set the "show filter prefs" flag
| pure virtual |
Set the flag to show the preview pane in the place dialog(windows only).
| pure virtual |
Set the flag that controls whether to display the dialog with or without the extra place options.