IHTMLOListElement interface

This interface draws text and HTML as an ordered list.

Members

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

  • Properties

Properties

The IHTMLOListElement interface has these properties.

Property Description

compact

Sets or retrieves a Boolean value indicating whether the list should be compacted by removing extra space between list objects.

start

Sets or retrieves the starting number for an ordered list.

type

Sets or retrieves the style of the list.

 

Remarks

The ol element is a block element.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch