Location:
fldbltin.h
Link against: field.lib
CPageFieldBase
Supported from 5.0
Stores a style for displaying the value of numeric fields. This
style is used when converting the integer value of numeric fields into a
descriptor for display in another format, e.g. Arabic, Roman, alphabetic. This
is the base class for the numeric fields, CPageNumField
and
CNumPagesField
.
|
Defined in CPageFieldBase
:
EAlphabeticLower
, EAlphabeticUpper
, EArabic
, ERomanLower
, ERomanUpper
, ExternalizeL()
, InternalizeL()
, NumberStyle()
, SetNumberStyle()
, TNumberStyle
Inherited from CBase
:
operator new()
Inherited from CTextField
:
RestoreL()
,
StoreL()
,
Type()
,
Value()
void ExternalizeL(RWriteStream& aStream)const;
Externalises the numeric style value to a write stream. The
presence of this function means that the standard templated
operator<<()
(defined in s32strm.h)
is available to externalise objects of this class.
|
void InternalizeL(RReadStream& aStream);
Internalises the numeric style value from a read stream. The
presence of this function means that the standard templated
operator>>()
(defined in s32strm.h)
is available to internalise objects of this class.
|
TNumberStyle NumberStyle()const;
Gets the numeric style.
|
void SetNumberStyle(TNumberStyle aStyle);
Sets the numeric style.
|
TNumberStyle
Numeric style
|