IHTMLRuleStyle3 interface

This interface provides access to the methods that are returned when you access the style property of a rule.

Members

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

  • Properties

Properties

The IHTMLRuleStyle3 interface has these properties.

Property Description

layoutFlow

Specifies the direction and flow of the content in the object.

scrollbar3dLightColor

Specifies the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.

scrollbarArrowColor

Specifies the color of the arrow elements of a scroll arrow.

scrollbarBaseColor

Specifies the base color of the main elements of a scroll bar.

scrollbarDarkShadowColor

Specifies the color of the gutter of a scroll bar.

scrollbarFaceColor

Specifies the color of the scroll box and scroll arrows of a scroll bar.

scrollbarHighlightColor

Specifies the color of the slider tray, and the top and left edges of the scroll box and scroll arrows of a scroll bar.

scrollbarShadowColor

Specifies the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar.

scrollbarTrackColor

Specifies the color of the track element of a scroll bar.

textAlignLast

Specifies a value that indicates how to align the last line or only line of text in the specified object.

textKashidaSpace

Deprecated. Specifies the ratio of kashida expansion to white space expansion when justifying lines of text in the object.

textUnderlinePosition

Specifies the position of the underline decoration that is set through the IHTMLRuleStyle::textDecoration property of the object.

wordWrap

Specifies whether to break words when the content exceeds the boundaries of its container.

writingMode

Specifies the direction and flow of the content in the object.

zoom

Specifies the magnification scale of the object.

 

Remarks

This interface serves the same purpose as the IHTMLStyle interface, but it is specifically for a rule.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

Reference

IHTMLRuleStyle

IHTMLRuleStyle2

IHTMLRuleStyle4

IHTMLRuleStyle5