IHTMLFontNamesCollection interface

This interface collects all the font names supported by the system. The collection is created by using the system font enumeration calls.

Members

The IHTMLFontNamesCollection interface inherits from the IDispatch interface. IHTMLFontNamesCollection also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLFontNamesCollection interface has these methods.

Method Description
item

Retrieves an object from the behaviorUrns collection.

 

Properties

The IHTMLFontNamesCollection interface has these properties.

Property Description

length

Sets or retrieves the number of objects in a collection.

 

Remarks

The collection is maintained by the IHTMLOptionsHolder object, which returns this interface for collection access.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch