#include <IPlaceDialogPrefsCmdData.h>
Interface for the command data for the Place dialog command.
- See Also
- IPlaceDialogPrefs, IImportManagerOptions
| virtual bool16 IPlaceDialogPrefsCmdData::GetConvertQuotes | ( | | ) | |
| pure virtual |
Get the convert quotation mark types flag
| virtual IDataBase* IPlaceDialogPrefsCmdData::GetDataBase | ( | | ) | |
| pure virtual |
| virtual UID IPlaceDialogPrefsCmdData::GetPageItem | ( | | ) | |
| pure virtual |
Get the pageitem to place
| virtual bool16 IPlaceDialogPrefsCmdData::GetRetainFormat | ( | | ) | |
| pure virtual |
Get the retain text format flag
| virtual void IPlaceDialogPrefsCmdData::Set | ( | IDataBase * | db, | | | UID | pageItem, | | | bool16 | retainFormat, | | | bool16 | convertQuotes | | ) | | |
| pure virtual |
Initialize the data
- Parameters
| db | IN database accepting the place |
| pageItem | IN the pageitem to place |
| retainFormat | IN retain text format, applies to text import |
| convertQuotes | IN convert quotation mark types, applies to text import |