Update contrib.
2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
28 information returned from a "Find the fields in this range" request
29 Gets information about the fields found in a range of characters by CPlainText::FindFields().
31 This information is the number of fields fully or partially within the range
32 and the start position and length of the first field found.
38 IMPORT_C TBool operator==(const TFindFieldInfo& aInfo)const;
39 IMPORT_C TBool operator!=(const TFindFieldInfo& aInfo)const;
41 /** The number of fields found in the specified range. */
42 TInt iFieldCountInRange; // number of fields found in the specified range
43 /** The document position of the start of the first field in the range. */
44 TInt iFirstFieldPos; // character position of the start of the first field in the range
45 /** The length of the first field in the range. */
46 TInt iFirstFieldLen; // length of the first field in the range