IHTMLParaElement interface

This interface denotes a paragraph.

Members

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

  • Properties

Properties

The IHTMLParaElement interface has these properties.

Property Description

align

Sets or retrieves the alignment of the object relative to the display or table.

 

Remarks

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