ComponentOne Word for UWP
Item Property (RtfFontCollection)

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfFontCollection Class : Item Property
Gets or sets the RTF font at the specified index within the collection.
Syntax
'Declaration
 
Public Shadows Default Property Item( _
   ByVal index As System.Integer _
) As RtfFont
public new RtfFont this[ 
   System.int index
]; {get; set;}

Parameters

index

Property Value

The RTF font.
See Also

Reference

RtfFontCollection Class
RtfFontCollection Members