[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfFontCollection.GetFontByNumber

GetFontByNumber Method

GetFontByNumber(int)

Gets the RTF font at the specified number within the font collection.

Declaration
public RtfFont GetFontByNumber(int number)
Parameters
Type Name Description
int number

The font number.

Returns
Type Description
RtfFont

The RTF font if found, otherwise null.