InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IImportManagerOptions.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Lonnie Millett
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 #ifndef __IImportManagerOptions__
25 #define __IImportManagerOptions__
26 
27 #include "IPMUnknown.h"
28 
34 {
35  public:
42  virtual void Set(bool16 showFilterPrefs, bool16 retainFormat, bool16 convertQuotes) = 0;
43 
45  virtual bool16 GetShowFilterPrefs() const = 0;
47  virtual bool16 GetRetainFormat() const = 0;
49  virtual bool16 GetConvertQuotes() const = 0;
50 
54  virtual void SetReplaceSelectedItem(bool16 replace) = 0;
56  virtual bool16 GetReplaceSelectedItem() const = 0;
58  virtual void EnableReplaceSelectedItem(bool16 replaceEnable) = 0;
60  virtual bool16 IsReplaceSelectedItemEnabled() const = 0;
61 
65  virtual void SetApplyCJKGrid(bool16 apply) = 0;
67  virtual bool16 GetApplyCJKGrid() const = 0;
68 
72  virtual void SetShowPreview(bool16 yesNo) = 0;
74  virtual bool16 GetShowPreview(void) const = 0;
75 
79  virtual void SetSearchForMissing(bool16 yesNo) = 0;
80 
82  virtual bool16 GetSearchForMissing() const = 0;
83 
85  virtual void SetGenerateCaptions(bool16 replace) = 0;
87  virtual bool16 GetGenerateCaptions() const = 0;
88 
92  virtual void SetCreateLink(bool16 create) = 0;
94  virtual bool16 GetCreateLink() const = 0;
96  virtual void EnableCreateLink(bool16 enable) = 0;
98  virtual bool16 IsCreateLinkEnabled() const = 0;
99 };
100 
101 #endif
102