[]
The Word/RTF fonts table object.
public class RtfFontCollection : RtfCollection, ICloneable, IEnumerable
Name | Description |
---|---|
this[int] | Gets or sets the RTF font at the specified index within the collection. |
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. |