ComponentOne Word for UWP
Contains(Font) Method

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfFontCollection Class > Contains Method : Contains(Font) Method
The drawing font.
Determines whether the drawing font is located within the collection.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal font As Font _
) As System.Boolean
public System.bool Contains( 
   Font font
)

Parameters

font
The drawing font.

Return Value

True if contains, otherwise false.
See Also

Reference

RtfFontCollection Class
RtfFontCollection Members
Overload List