IHTMLStyle::get_textDecorationOverlineIHTMLStyle::get_textDecorationOverline*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLStyle::get_textDecorationNone
*Next Topic: IHTMLStyle::get_textDecorationUnderline

IHTMLStyle::get_textDecorationOverline


HRESULT get_textDecorationOverline(
    VARIANT_BOOL *p 
);

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

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

See also put_textDecorationOverline

Up Top of Page


IHTMLStyle::put_textDecorationOverline


HRESULT put_textDecorationOverline(
    VARIANT_BOOL v 
);

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

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

See also get_textDecorationOverline


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