|
||
Interface status: | deprecated |
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()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.~CWordModelHeaderV3()
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: CWordModelHeaderV3 |
IMPORT_C ~CWordModelHeaderV3();
Destructor.
This deletes the wrapped word engine.
Interface status: | deprecated | Inherited from: CWordModelHeaderV3 |
IMPORT_C virtual void StoreL(CStreamStore &aStore, CStreamDictionary &aDict) const;
Stores the wrapped word engine.
|
Interface status: | deprecated | Inherited from: CWordModelHeaderV3 |
IMPORT_C virtual TApaAppIdentifier AppId() const;
Gets an application identifier.
|
Interface status: | deprecated | Inherited from: CWordModelHeaderV3 |
IMPORT_C virtual void DetachFromStoreL(CPicture::TDetach aDegree);
Calls CWordModelHeaderV3::DetachFromStoreL(CPicture::TDetach)
on the engine's components (text, header, and footer).
CWordModelHeaderV3::DetachFromStoreL(CPicture::TDetach)
sets how pictures are stored.
|
Interface status: | deprecated | Inherited from: CWordModelHeaderV3 |
IMPORT_C void RestoreL(const CStreamStore &aStore, const CStreamDictionary &aDict);
Restores the wrapped word engine.
|
Interface status: | deprecated | Inherited from: CWordModelHeaderV3 |
IMPORT_C CWordModel* Model();
Gets the wrapped word engine.
|