InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ITaggedTextExportPreferences Class Referenceabstract

#include <ITaggedTextExportPreferences.h>

Inheritance diagram for ITaggedTextExportPreferences:
IPMUnknown

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 IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Interface to get and set the tagged text export preferences.

Member Function Documentation

virtual EncodingType ITaggedTextExportPreferences::GetExportEncodingPref ()
pure virtual

Get the encoding in which the tagged text file would be exported

Parameters
none
Returns
EncodingType Encoding of the tagged text file
virtual TagNameForm ITaggedTextExportPreferences::GetExportTagForm ()
pure virtual

Get the export tag form - Verbose or Abbreviated

Parameters
none
Returns
TagNameForm Form of the tag
virtual void ITaggedTextExportPreferences::SetExportEncodingPref (EncodingType expEncodingPref)
pure virtual

Sets the encoding in which the tagged text file would be exported

Parameters
expEncodingPrefIN Encoding to be used
virtual void ITaggedTextExportPreferences::SetExportTagForm (TagNameForm tagType)
pure virtual

Sets the export tag form - Verbose or Abbreviated

Parameters
tagTypeIN Form of the tag