IHTMLRuleStyle::get_fontSizeIHTMLRuleStyle::get_fontSize*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_fontSize
*Next Topic: IHTMLRuleStyle::put_font

IHTMLRuleStyle::get_fontSize


HRESULT get_fontSize(
    VARIANT *p 
);

Retrieves the value of the CSS font-size attribute for the element.

p
Address of a variable that receives the value of the attribute. See font-size for details. This parameter receives NULL if the attribute is not set.

See also put_fontSize

Up Top of Page


IHTMLRuleStyle::put_fontSize


HRESULT put_fontSize(
    VARIANT v 
);

Sets the value of the CSS font-size attribute for the element.

v
String specifying the font size, or NULL to remove the attribute. See font-size for details.

See also get_fontSize


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