|
||
Interface status: | deprecated |
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()const
Gets an application identifier.Model()
Gets the wrapped word engine.RestoreL(const CStreamStore &,const CStreamDictionary &)
Restores the wrapped word engine.StoreL(CStreamStore &,CStreamDictionary &)const
Stores the wrapped word engine.~CWordModelHeaderV2()
Destructor.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...Interface status: | deprecated | Inherited from: CWordModelHeaderV2 |
IMPORT_C ~CWordModelHeaderV2();
Destructor.
This deletes the wrapped word engine.
Interface status: | deprecated | Inherited from: CWordModelHeaderV2 |
IMPORT_C virtual void StoreL(CStreamStore &aStore, CStreamDictionary &aDict) const;
Stores the wrapped word engine.
|
Interface status: | deprecated | Inherited from: CWordModelHeaderV2 |
IMPORT_C virtual TApaAppIdentifier AppId() const;
Gets an application identifier.
|
Interface status: | deprecated | Inherited from: CWordModelHeaderV2 |
IMPORT_C virtual void DetachFromStoreL(CPicture::TDetach aDegree);
Calls CWordModelHeaderV2::DetachFromStoreL(CPicture::TDetach)
on the engine's components (text, header, and footer).
CWordModelHeaderV2::DetachFromStoreL(CPicture::TDetach)
sets how pictures are stored.
|
Interface status: | deprecated | Inherited from: CWordModelHeaderV2 |
IMPORT_C void RestoreL(const CStreamStore &aStore, const CStreamDictionary &aDict);
Restores the wrapped word engine.
|
Interface status: | deprecated | Inherited from: CWordModelHeaderV2 |
IMPORT_C CWordModel* Model();
Gets the wrapped word engine.
|