|
||
Interface status: | deprecated |
class CShgCellAdditionalData : public CBase;
Encapsulates cell formatting data.
CBase
-
Base class for all classes to be instantiated on the heap.
CShgCellAdditionalData
- Encapsulates cell formatting data.
Defined in CShgCellAdditionalData
:
NewDeepCopyL(const CShgCellAdditionalData *)
Allocates and constructs an additional cell data object as a copy of an existing...NewDefaultL()
Allocates and constructs an additional cell data object with default values.NewEmptyL()
Allocates and constructs an empty additional cell data object.iCharFormatLayer
Character format layer to apply to the cell. iNumberFormat
Number format to apply to the cell. iParaFormatLayer
Paragraph format layer to apply to the cell. ~CShgCellAdditionalData()
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: CShgCellAdditionalData |
IMPORT_C virtual ~CShgCellAdditionalData();
Destructor.
Interface status: | deprecated | Inherited from: CShgCellAdditionalData |
IMPORT_C static CShgCellAdditionalData* NewEmptyL();
Allocates and constructs an empty additional cell data object.
|
Interface status: | deprecated | Inherited from: CShgCellAdditionalData |
IMPORT_C static CShgCellAdditionalData* NewDefaultL();
Allocates and constructs an additional cell data object with default values.
|
Interface status: | deprecated | Inherited from: CShgCellAdditionalData |
IMPORT_C static CShgCellAdditionalData* NewDeepCopyL(const CShgCellAdditionalData *aCellData);
Allocates and constructs an additional cell data object as a copy of an existing object.
|
|
Interface status: | deprecated | Inherited from: CShgCellAdditionalData |
CParaFormatLayer * iParaFormatLayer;
Paragraph format layer to apply to the cell.
Interface status: | deprecated | Inherited from: CShgCellAdditionalData |
CCharFormatLayer * iCharFormatLayer;
Character format layer to apply to the cell.
Interface status: | deprecated | Inherited from: CShgCellAdditionalData |
TShgNumberFormat * iNumberFormat;
Number format to apply to the cell.