Location:
WNGDOOR.H
Link against: wpeng.lib
class CWordModelHeaderV3 : 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.
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.
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
CWordModelHeaderV3
- Wrapper for the word processor application engine
Defined in CWordModelHeaderV3
:
AppId()
, DetachFromStoreL()
, Model()
, RestoreL()
, StoreL()
, ~CWordModelHeaderV3()
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.
|