[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfFontCollection

RtfFontCollection Class

The Word/RTF fonts table object.

Inheritance
RtfFontCollection
Implements
Namespace: C1.WPF.Word.Objects
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
public class RtfFontCollection : RtfCollection, ICloneable, IEnumerable

Properties

Name Description
this[int]

Gets or sets the RTF font at the specified index within the collection.

Methods

Name Description
Clone(RtfObject)

A copy of the current collection.

Contains(Font)

Determines whether the drawing font is located within the collection.

GetFontByNumber(int)

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

GetNumberByFont(Font)

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

IndexOf(Font)

Returns the index within the collection of the element.