Contents Index Topic Contents | ||
Previous Topic: IHTMLStyle::get_width Next Topic: IHTMLStyle::get_zIndex |
IHTMLStyle::get_wordSpacing
HRESULT get_wordSpacing( VARIANT *p );Retrieves the value of the CSS word-spacing attribute for the element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the value of the attribute, or NULL if the attribute is not set.
See also put_wordSpacing
IHTMLStyle::put_wordSpacing
HRESULT put_wordSpacing( VARIANT v );Sets the value of the CSS word-spacing attribute for the element. The attribute determines the amount of space to add to the default space between words in the element's text.
- Returns S_OK if successful, or an error value otherwise.
- v
- String or value specifying the amount of space to add. A negative value is valid. Set this parameter to NULL to remove the attribute.
See also get_wordSpacing
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.