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

Public Types | |
| enum | { kDefaultIID = IID_IIMPORTSUITE } |
Public Member Functions | |
| virtual bool16 | CanImport () const =0 |
| virtual bool16 | DoImport (const URI &uriToImport, IDataBase *db, bool16 replaceSelectedItem, UIFlags uiFlags, bool16 retainFormat, bool16 convertQuotes, bool16 applyCJKGrid)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Place file interface, caller speifies an URI that represents the file for import along with import options.
| pure virtual |
Description: Can do import based on current selection?
| none |
| pure virtual |
Description: Do import or do import/replace current selection
| uriToImport | IN an URI that represents the file to import |
| db | IN the target database for the import |
| replaceSelectedItem | IN should import replace the selected item |
| uiFlags | IN what level of UI should be allowed during import |
| retainFormat | IN should import retain text format, applies to text import |
| convertQuotes | IN should import convert quotation mark types, applies to text import |
| applyCJKGrid | IN should import apply CJK grid if present, applies to text import |