class TFindFieldInfo |
information returned from a "Find the fields in this range" request Gets information about the fields found in a range of characters by CPlainText::FindFields().
This information is the number of fields fully or partially within the range and the start position and length of the first field found.
Public Member Functions | |
---|---|
IMPORT_C TBool | operator!=(const TFindFieldInfo &) |
IMPORT_C TBool | operator==(const TFindFieldInfo &) |
Public Attributes | |
---|---|
TInt | iFieldCountInRange |
TInt | iFirstFieldLen |
TInt | iFirstFieldPos |
IMPORT_C TBool | operator!= | ( | const TFindFieldInfo & | aInfo | ) | const |
const TFindFieldInfo & aInfo |
IMPORT_C TBool | operator== | ( | const TFindFieldInfo & | aInfo | ) | const |
const TFindFieldInfo & aInfo |
TInt | iFirstFieldPos |
The document position of the start of the first field in the range.