Location:
WNGDOOR.H
Link against: wpeng.lib
class CWordModelHeaderV2 : public CApaModelHeader;
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.
Compared to CWordModelHeader, it also provides restoration support for objects embedded within embedded word documents.
CBase
- Base class for all classes to be instantiated on the heap
CApaModelHeader
- An interface class that acts as a wrapper for an application model
CWordModelHeaderV2
- Wrapper for the word processor application engine
Defined in CWordModelHeaderV2
:
AppId()
, DetachFromStoreL()
, Model()
, RestoreL()
, StoreL()
, ~CWordModelHeaderV2()
Inherited from CApaModelHeader
:
Reserved_1()
,
Reserved_2()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
virtual IMPORT_C void StoreL(CStreamStore &aStore, CStreamDictionary &aDict) const;
Stores the wrapped word engine.
|
virtual IMPORT_C TApaAppIdentifier AppId() const;
Gets an application identifier.
|
virtual IMPORT_C void DetachFromStoreL(CPicture::TDetach aDegree);
Calls DetachFromStoreL()
on the engine's components (text, header, and footer).
DetachFromStoreL()
sets how pictures are stored.
|
IMPORT_C void RestoreL(const CStreamStore &aStore, const CStreamDictionary &aDict);
Restores the wrapped word engine.
|
IMPORT_C CWordModel *Model();
Gets the wrapped word engine.
|