IHTMLRenderStyle interface
This interface controls the appearance of the object while it is rendered and retrieves information about the appearance of a rendered object.
Members
The IHTMLRenderStyle interface inherits from the IDispatch interface. IHTMLRenderStyle also has these types of members:
Properties
The IHTMLRenderStyle interface has these properties.
| Property | Description |
|---|---|
|
Sets or retrieves whether to use the default text selection style and ignore all other properties of the IHTMLRenderStyle interface. | |
|
Sets or retrieves the weight, or importance, of a style rule when a conflict occurs. | |
|
Sets or retrieves the color behind the text in the object. | |
|
Sets or retrieves the color of the text in the object. | |
|
Sets or retrieves whether the text in the object renders with a line-through, overline, or underline decoration. | |
|
Sets or retrieves the color of the line-through, overline, or underline decorations of the object. | |
|
Sets or retrieves the appearance of the line-through decoration of the object. | |
|
Sets or retrieves the appearance of the underline decoration of the object. |
Remarks
You can obtain a pointer to an IHTMLRenderStyle interface by calling IHTMLDocument4::createRenderStyle.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also