contains method
contains(name)
Determines whether the collection contains a font with the given name.
contains(name: string)
Parameter | Type | Description |
---|---|---|
name | string | Case-insensitive name of the font to locate. |
Returns
true
if the item is found in the collection; otherwise, false
.
See Also
- module Aspose.Words.Fonts
- class FontInfoCollection