![]() | InDesign SDK 20.5 |

Public Member Functions | |
| TxtExpSuiteTextCSB (IPMUnknown *boss) | |
| virtual | ~TxtExpSuiteTextCSB (void) |
| virtual bool16 | CanExportText (const PMString &formatName) |
| virtual ErrorCode | DoExportText (IPMStream *fileStreamWrites, ITxtExpFileWriter::Encoding encoding) |
Public Member Functions inherited from CPMUnknown< ITxtExpSuite > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from ITxtExpSuite | |
| enum | { kDefaultIID = IID_ITXTEXPSUITE } |
Protected Member Functions inherited from CPMUnknown< ITxtExpSuite > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< ITxtExpSuite > | |
| HelperInterface | fHelperInterface |
ITxtExpSuite implementation for text concrete selection boss (CSB) that supports the export of text when a text selection is active.
This implementation looks at the text selection and figures out the text to be exported. It then stream our the text to a file
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * TxtExpSuiteTextCSB::TxtExpSuiteTextCSB | ( | IPMUnknown * | boss | ) |
Constructor
| virtual |
Destructor
| virtual |
see ITxtExpSuite::CanExportText
Implements ITxtExpSuite.
| virtual |
see ITxtExpSuite::DoExportText
Implements ITxtExpSuite.