Okapi .NET Library

IFilterItem.HasFont Method 

 [This is preliminary documentation and subject to change.]

Indicates whether the item has font information.

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

Return Value

True if the item has font information, false if not.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace