[]
        
(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; }
Public ReadOnly Default Property Item(index As Integer) As FontInfo
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; }
Public ReadOnly Default Property Item(name As String) As FontInfo
Parameters
Type Name Description
string name

The font primary name.

Property Value
Type Description
FontInfo

The font with the specified primary name.