![]() | InDesign SDK 20.5 |

Public Member Functions | |
| TxtExpSuiteASB (IPMUnknown *iBoss) | |
| virtual | ~TxtExpSuiteASB (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 the abstract selection boss (ASB) that forwards the client request on to the CSB suite implementations.
This integrator implementation enforces an ANY policy, which states that if any enabled concrete selection boss CSB supports the functionality the suite client code should enable the feature to the user. In this case the functionality is the manipulation of text inset.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * TxtExpSuiteASB::TxtExpSuiteASB | ( | IPMUnknown * | iBoss | ) |
Constructor
| virtual |
Destructor
| virtual |
see ITxtExpSuite::CanExportText
Implements ITxtExpSuite.
| virtual |
see ITxtExpSuite::DoExportText
Implements ITxtExpSuite.