FontNames Interface 

Represents a list of the names of all the available fonts.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ontNamesImplementation
    Implements FontNames
End Class
Dim ontNamesImplementation1 As New ontNamesImplementation()

Syntax

Public Interface FontNames
    Inherits IEnumerable
public interface FontNames : IEnumerable
public interface class FontNames : public IEnumerable
public interface FontNames implements IEnumerable
public interface FontNames implements IEnumerable

Remarks

Use the FontNames, LandscapeFontNames, or PortraitFontNames property to return the FontNames object.

Use FontNames(index), where index is the index number, to return the name of a font.

You cannot add names to or remove names from the list of available font names.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

FontNames Members