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

Public Types | |
| enum | { kDefaultIID = IID_ITAGGEDTEXTEXPORTPREFERENCES } |
Public Member Functions | |
| virtual void | SetExportEncodingPref (EncodingType expEncodingPref)=0 |
| virtual void | SetExportTagForm (TagNameForm tagType)=0 |
| virtual EncodingType | GetExportEncodingPref ()=0 |
| virtual TagNameForm | GetExportTagForm ()=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 export preferences.
| pure virtual |
Get the encoding in which the tagged text file would be exported
| none |
| pure virtual |
Get the export tag form - Verbose or Abbreviated
| none |
| pure virtual |
Sets the encoding in which the tagged text file would be exported
| expEncodingPref | IN Encoding to be used |
| pure virtual |
Sets the export tag form - Verbose or Abbreviated
| tagType | IN Form of the tag |