IHTMLTableCaption interface

This interface specifies a caption for a table.

Members

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

  • Properties

Properties

The IHTMLTableCaption interface has these properties.

Property Description

align

Sets or retrieves the alignment of the caption or legend.

This property is not supported for Windows apps using JavaScript.

vAlign

Sets or retrieves whether the caption appears at the top or bottom of the table.

 

Remarks

The caption 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