Gets the original length of the text of the item in the input.
[Visual Basic] Function GetLength() As Integer [C#] int GetLength(); [C++] int GetLength(); [JScript] function GetLength(): int;
The original length of the text of the item in the input.
The value returned by this method is not always the same as the value returned by a call to GetTextLength for the original format. The parsed text may have been transformed, for example to un-wrap a paragraph. The value returned by this method is the length of the text as it is in the input.
IFilterItem Interface | Okapi.Library.Filter Namespace