#include <WNGDOOR.H>
Link against:
wpeng.lib
Class TWordModelHeaderFactoryV2
Interface status: |
deprecated |
|
class TWordModelHeaderFactoryV2 : public MApaModelHeaderFactory;
Description
Factory to construct CWordModelHeaderV2
application wrapper objects.
Derivation
TWordModelHeaderFactoryV2
- Factory to construct CWordModelHeaderV2 application wrapper objects.
Members
Defined in TWordModelHeaderFactoryV2
:
Construction and destruction
TWordModelHeaderFactoryV2(const TFileName &)
Interface status: |
deprecated |
Inherited from: TWordModelHeaderFactoryV2 |
IMPORT_C TWordModelHeaderFactoryV2(const TFileName &aPrintDriverPath);
Description
Constructor, specifying printer driver path.
Parameters
const TBuf &aPrintDriverPath |
Printer driver path
|
|
NewHeaderL(const CStreamStore &,const CStreamDictionary &,const TApaAppIdentifier &)const
Interface status: |
deprecated |
Inherited from: TWordModelHeaderFactoryV2 |
IMPORT_C virtual CApaModelHeader* NewHeaderL(const CStreamStore &aStore, const CStreamDictionary &aDict, const TApaAppIdentifier
&aAppId) const;
Description
Creates a new word processor engine application wrapper.
Parameters
const CStreamStore &aStore |
Store from which to restore word processor engine
|
const CStreamDictionary &aDict |
Stream dictionary from which to restore word processor engine
|
const TApaAppIdentifier &aAppId |
Word processor application identifier
|
|
Return value