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().
Public Member Functions | |
---|---|
TEtextComponentInfo() | |
TEtextComponentInfo(TInt, TInt, TInt) |
Public Attributes | |
---|---|
TInt | iFieldCount |
TInt | iPictureCount |
TInt | iStyleCount |
IMPORT_C | TEtextComponentInfo | ( | TInt | aFieldCount, |
TInt | aPictureCount, | |||
TInt | aStyleCount | |||
) |
TInt | iStyleCount |
The number of styles owned or referenced by the text object (rich text only).