Okapi .NET Library

IFilterItem.SetPreFormatted Method 

 [This is preliminary documentation and subject to change.]

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
);

Parameters

p_bValue
True if the text is pre-formatted, false if not.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace