Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SHGAPI.H>
Link against: sheng.lib
This item is not part of the S60 5th Edition SDK

Class CShgCellAdditionalData

Interface status: deprecated

class CShgCellAdditionalData : public CBase;

Description

Encapsulates cell formatting data.

Derivation

Members

Defined in CShgCellAdditionalData:

Inherited from CBase:


Construction and destruction


~CShgCellAdditionalData()

Interface status: deprecated Inherited from: CShgCellAdditionalData

IMPORT_C virtual ~CShgCellAdditionalData();

Description

Destructor.

[Top]


Member functions


NewEmptyL()

Interface status: deprecated Inherited from: CShgCellAdditionalData

IMPORT_C static CShgCellAdditionalData* NewEmptyL();

Description

Allocates and constructs an empty additional cell data object.

Return value

CShgCellAdditionalData *

New additional cell data object


NewDefaultL()

Interface status: deprecated Inherited from: CShgCellAdditionalData

IMPORT_C static CShgCellAdditionalData* NewDefaultL();

Description

Allocates and constructs an additional cell data object with default values.

Return value

CShgCellAdditionalData *

New additional cell data object


NewDeepCopyL(const CShgCellAdditionalData *)

Interface status: deprecated Inherited from: CShgCellAdditionalData

IMPORT_C static CShgCellAdditionalData* NewDeepCopyL(const CShgCellAdditionalData *aCellData);

Description

Allocates and constructs an additional cell data object as a copy of an existing object.

Parameters

const CShgCellAdditionalData *aCellData

Object to copy

Return value

CShgCellAdditionalData *

New additional cell data object

[Top]


Member data


iParaFormatLayer

Interface status: deprecated Inherited from: CShgCellAdditionalData

CParaFormatLayer * iParaFormatLayer;

Description

Paragraph format layer to apply to the cell.


iCharFormatLayer

Interface status: deprecated Inherited from: CShgCellAdditionalData

CCharFormatLayer * iCharFormatLayer;

Description

Character format layer to apply to the cell.


iNumberFormat

Interface status: deprecated Inherited from: CShgCellAdditionalData

TShgNumberFormat * iNumberFormat;

Description

Number format to apply to the cell.