#include <IImportManagerOptions.h>
Interface used to retrieve import options from the import/place dialog.
- See Also
- IPlaceDialogPrefs, IPlaceDialogPrefsCmdData, IPlaceOptions
| virtual void IImportManagerOptions::EnableCreateLink | ( | bool16 | enable | ) | |
| pure virtual |
Enable/Disable the "create link" control
| virtual void IImportManagerOptions::EnableReplaceSelectedItem | ( | bool16 | replaceEnable | ) | |
| pure virtual |
Enable/Disable the "replace selected item" control
| virtual bool16 IImportManagerOptions::GetApplyCJKGrid | ( | | ) | const |
| pure virtual |
Get the CJK grid options flag
| virtual bool16 IImportManagerOptions::GetConvertQuotes | ( | | ) | const |
| pure virtual |
Get the convert quotation mark types flag
| virtual bool16 IImportManagerOptions::GetCreateLink | ( | | ) | const |
| pure virtual |
| virtual bool16 IImportManagerOptions::GetGenerateCaptions | ( | | ) | const |
| pure virtual |
Get the "generate captions" flag
| virtual bool16 IImportManagerOptions::GetReplaceSelectedItem | ( | | ) | const |
| pure virtual |
Get the replace selected item flag
| virtual bool16 IImportManagerOptions::GetRetainFormat | ( | | ) | const |
| pure virtual |
Get the retain text format flag
| virtual bool16 IImportManagerOptions::GetSearchForMissing | ( | | ) | const |
| pure virtual |
Get the 'search for missing' flag, used by the Relink dialog
| virtual bool16 IImportManagerOptions::GetShowFilterPrefs | ( | | ) | const |
| pure virtual |
Get the show filter prefs dialog flag
| virtual bool16 IImportManagerOptions::GetShowPreview | ( | void | | ) | const |
| pure virtual |
Get the show preview flag
| virtual bool16 IImportManagerOptions::IsCreateLinkEnabled | ( | | ) | const |
| pure virtual |
Is the "create link" control enabled
| virtual bool16 IImportManagerOptions::IsReplaceSelectedItemEnabled | ( | | ) | const |
| pure virtual |
Is the "replace selected item" control enabled
| virtual void IImportManagerOptions::Set | ( | bool16 | showFilterPrefs, | | | bool16 | retainFormat, | | | bool16 | convertQuotes | | ) | | |
| pure virtual |
Initialize the data
- Parameters
| showFilterPrefs | IN should the filter prefs dialog be shown |
| retainFormat | IN retain text format, applies to text import |
| convertQuotes | IN convert quotation mark types, applies to text import |
| virtual void IImportManagerOptions::SetApplyCJKGrid | ( | bool16 | apply | ) | |
| pure virtual |
Set the CJK grid options flag
- Parameters
| apply | IN apply CJK grid if present, applies to text import |
| virtual void IImportManagerOptions::SetCreateLink | ( | bool16 | create | ) | |
| pure virtual |
Set the create link flag
- Parameters
| create | IN should import create a link |
| virtual void IImportManagerOptions::SetGenerateCaptions | ( | bool16 | replace | ) | |
| pure virtual |
Set "generate captions" flag
| virtual void IImportManagerOptions::SetReplaceSelectedItem | ( | bool16 | replace | ) | |
| pure virtual |
Set the replace selected item flag
- Parameters
| replace | IN should import replace the selected item |
| virtual void IImportManagerOptions::SetSearchForMissing | ( | bool16 | yesNo | ) | |
| pure virtual |
Set the 'search for missing' flag used by the Relink dialog
- Parameters
| virtual void IImportManagerOptions::SetShowPreview | ( | bool16 | yesNo | ) | |
| pure virtual |
Set the show preview flag
- Parameters