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

Public Types | |
| enum | { kDefaultIID = IID_ITAGGEDTEXTIMPORTPREFERENCES } |
Public Member Functions | |
| virtual void | SetWarningOption (SuppressWarning warningOption)=0 |
| virtual void | SetStyleConflictOption (StyleConflictAction styleOption)=0 |
| virtual void | SetImportEncodingPref (EncodingType impEncodingPref)=0 |
| virtual void | SetUseTypographersQuotes (bool16 bUseTypographersQuotes)=0 |
| virtual void | SetRemoveFormatting (bool16 bRemoveFormatting)=0 |
| virtual SuppressWarning | GetWarningOption ()=0 |
| virtual StyleConflictAction | GetStyleConflictOption ()=0 |
| virtual EncodingType | GetImportEncodingPref ()=0 |
| virtual bool16 | GetUseTypographersQuotes ()=0 |
| virtual bool16 | GetRemoveFormatting ()=0 |
| virtual void | CopyPrefs (ITaggedTextImportPreferences *copy)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface to get and set the tagged text import preferences.
| pure virtual |
Copy the tagged text import preferences
| copy | IN tagged text import preferences |
| pure virtual |
Get the encoding of the tagged text file.
| none |
| pure virtual |
Get the flag which indicates whether to remove Character/Paragraph formatting or not.
| none |
| pure virtual |
Get style conflict options which indicates that which definition Publication/Tagged Text should be used in case of Style conflict.
| none |
| pure virtual |
Get the flag which indicates whether to use Typographer's quotes or not.
| none |
| pure virtual |
Get warning options which indicates whether warning should be suppressed or not while importing the tagged text file
| none |
| pure virtual |
Set the encoding of the tagged text file.
| impEncodingPref | IN Encoding of the tagged text file |
| pure virtual |
Set the flag which indicates whether to remove Character/Paragraph formatting or not.
| bRemoveFormatting | IN Whether to remove formatting or not |
| pure virtual |
Set style conflict options which indicates that which definition Publication/Tagged Text should be used in case of Style conflict.
| styleOption | IN Style conflict options |
| pure virtual |
Set the flag which indicates whether to use Typographer's quotes or not.
| bUseTypographersQuotes | IN Whether to use Typographer's quotes or not |
| pure virtual |
Set warning options which indicates whether warning should be suppressed or not while importing the tagged text file.
| warningOption | IN Warning options |