Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#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

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

[Top]


Member functions


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

CApaModelHeader *

New word processor engine application wrapper