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

Public Types | |
| enum | { kDefaultIID = IID_ITXTEXPSUITE } |
Public Member Functions | |
| virtual bool16 | CanExportText (const PMString &formatName)=0 |
| virtual ErrorCode | DoExportText (IPMStream *fileStreamWrites, ITxtExpFileWriter::Encoding encoding)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
From SDK sample; interface added by this plug-in that allows client code to export the selected text into its own format.
| pure virtual |
| formatName | IN the export format name, must be the one we support to return kTrue. |
Implemented in TxtExpSuiteTextCSB, and TxtExpSuiteASB.
| pure virtual |
Export the text.
| fileStreamWrites | IN the the writes stream used to output text. |
Implemented in TxtExpSuiteTextCSB, and TxtExpSuiteASB.