Okapi .NET Library

IFilterItem.IsPreFormatted Method 

 [This is preliminary documentation and subject to change.]

Indicates whether the text is pre-formatted.

[Visual Basic]
Function IsPreFormatted() As Boolean
[C#]
bool IsPreFormatted();
[C++]
bool IsPreFormatted();
[JScript]
function IsPreFormatted(): bool;

Return Value

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

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace