[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FontInfoCollection.Item

this Property

this[int]

Gets a font by its index in this collection.

Declaration
public FontInfo this[int index] { get; }
Parameters
Type Name Description
int index

The font index in the collection.

Property Value
Type Description
FontInfo

The font with the specified index in the collection.

this[string]

Gets a font by its primary name.

Declaration
public FontInfo this[string name] { get; }
Parameters
Type Name Description
string name

The font primary name.

Property Value
Type Description
FontInfo

The font with the specified primary name.