IHTMLRuleStyle::get_textDecorationNoneIHTMLRuleStyle::get_textDecorationNone*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_textDecorationNone
*Next Topic: IHTMLRuleStyle::put_textDecorationUnderline

IHTMLRuleStyle::get_textDecorationNone


HRESULT get_textDecorationNone(
    VARIANT_BOOL *p 
);

Retrieves whether the element's CSS text-decoration attribute has a value of "none".

p
Address of a variable that receives TRUE if the attribute has a value of "none", or FALSE if not. See text-decoration for details.

See also put_textDecorationNone

Up Top of Page


IHTMLRuleStyle::put_textDecorationNone


HRESULT put_textDecorationNone(
    VARIANT_BOOL v 
);

Sets the value of the element's CSS text-decoration attribute to "none", or removes the "none" value from the attribute.

v
Boolean value. TRUE sets the attribute to "none"; FALSE removes the "none" value from the attribute. See text-decoration for details.

See also get_textDecorationNone


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