Sets the indicator whether the text is pre-formatted.
[Visual Basic] Sub SetPreFormatted( _ ByVal p_bValue As Boolean _ ) [C#] void SetPreFormatted( bool p_bValue ); [C++] void SetPreFormatted( bool p_bValue ); [JScript] function SetPreFormatted( bool p_bValue );
IFilterItem Interface | Okapi.Library.Filter Namespace