Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <WNGDOOR.H>
Link against: wpeng.lib

Class CWordModelHeaderV3

Interface status: deprecated

class CWordModelHeaderV3 : public CApaModelHeader;

Description

Wrapper for the word processor application engine.

The class provides the knowledge for internalising and externalising an application model's data. It enables word processor documents to be embedded within rich text objects.

Like CWordModelHeaderV2, it provides restoration support for objects embedded within embedded word documents. Unlike that class, however, it does not restore printer setup information, or process header and footer information.

Derivation

Members

Defined in CWordModelHeaderV3:

Inherited from CBase:


Construction and destruction


~CWordModelHeaderV3()

Interface status: deprecated Inherited from: CWordModelHeaderV3

IMPORT_C ~CWordModelHeaderV3();

Description

Destructor.

This deletes the wrapped word engine.

[Top]


Member functions


StoreL(CStreamStore &,CStreamDictionary &)const

Interface status: deprecated Inherited from: CWordModelHeaderV3

IMPORT_C virtual void StoreL(CStreamStore &aStore, CStreamDictionary &aDict) const;

Description

Stores the wrapped word engine.

Parameters

CStreamStore &aStore

Store to write to

CStreamDictionary &aDict

Stream dictionary to write to


AppId()const

Interface status: deprecated Inherited from: CWordModelHeaderV3

IMPORT_C virtual TApaAppIdentifier AppId() const;

Description

Gets an application identifier.

Return value

TApaAppIdentifier

Word processor application identifier


DetachFromStoreL(CPicture::TDetach)

Interface status: deprecated Inherited from: CWordModelHeaderV3

IMPORT_C virtual void DetachFromStoreL(CPicture::TDetach aDegree);

Description

Calls CWordModelHeaderV3::DetachFromStoreL(CPicture::TDetach) on the engine's components (text, header, and footer).

CWordModelHeaderV3::DetachFromStoreL(CPicture::TDetach) sets how pictures are stored.

Parameters

CPicture::TDetach aDegree

Picture storage option


RestoreL(const CStreamStore &,const CStreamDictionary &)

Interface status: deprecated Inherited from: CWordModelHeaderV3

IMPORT_C void RestoreL(const CStreamStore &aStore, const CStreamDictionary &aDict);

Description

Restores the wrapped word engine.

Parameters

const CStreamStore &aStore

Store to read from.

const CStreamDictionary &aDict

Stream dictionary to read from.


Model()

Interface status: deprecated Inherited from: CWordModelHeaderV3

IMPORT_C CWordModel* Model();

Description

Gets the wrapped word engine.

Return value

CWordModel *

The wrapped word engine