IHTMLStyle::get_wordSpacingIHTMLStyle::get_wordSpacing*
*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.

p
Address of a variable that receives the value of the attribute, or NULL if the attribute is not set.

See also put_wordSpacing

Up Top of Page


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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.