IHTMLCurrentStyle5 interface

Extends the IHTMLCurrentStyle4 interface with Cascading Style Sheets, Level 2.1 (CSS2.1) properties for Windows Internet Explorer 8.

Members

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

  • Properties

Properties

The IHTMLCurrentStyle5 interface has these properties.

Property Description

borderSpacing

Specifies the distance between the borders of adjoining cells in a table.

boxSizing

Specifies the box model to use for object sizing.

captionSide

Sets or retrieves where the caption of a table is located.

content

Specifies generated content to insert before or after an element.

counterIncrement

Sets or retrieves a list of counters to increment.

counterReset

Sets or retrieves a list of counters to create or reset to zero.

emptyCells

Determines whether to show or hide a cell without content.

msBlockProgression

Specifies the block progression and layout orientation.

orphans

Sets or retrieves the minimum number of lines of a paragraph that must appear at the bottom of a page.

outline

Specifies the color, style, and width of the outline frame.

outlineColor

Specifies the color of the outline frame.

outlineStyle

Specifies the style of the outline frame.

outlineWidth

Specifies the width of the outline frame.

pageBreakInside

Sets or retrieves a string indicating whether a page break is allowed to occur inside the object.

quotes

Sets or retrieves the pairs of strings to be used as quotes in generated content.

widows

Sets or retrieves the minimum number of lines of a paragraph that must appear at the top of a document.

 

Remarks

For a full list of Cascading Style Sheets (CSS) modules, see IHTMLStyle6.

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch