TEtextComponentInfo Class Reference

class TEtextComponentInfo

Provides information about the number of components owned by an editable text object.

Components are fields and (rich text only), pictures and styles.

An instance of this class is returned by CPlainText::ComponentInfo() and by CRichText::ComponentInfo().

Constructor & Destructor Documentation

TEtextComponentInfo()

IMPORT_CTEtextComponentInfo()

TEtextComponentInfo(TInt, TInt, TInt)

IMPORT_CTEtextComponentInfo(TIntaFieldCount,
TIntaPictureCount,
TIntaStyleCount
)

Parameters

TInt aFieldCount
TInt aPictureCount
TInt aStyleCount

Member Data Documentation

TInt iFieldCount

TInt iFieldCount

The number of fields in the text object.

TInt iPictureCount

TInt iPictureCount

The number of pictures in the text object (rich text only).

TInt iStyleCount

TInt iStyleCount

The number of styles owned or referenced by the text object (rich text only).