IHTMLRuleStyle::get_fontFamilyIHTMLRuleStyle::get_fontFamily*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_fontFamily
*Next Topic: IHTMLRuleStyle::put_fontStyle

IHTMLRuleStyle::get_fontFamily


HRESULT get_fontFamily( 
    BSTR *p 
);

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

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

See also put_fontFamily

Up Top of Page


IHTMLRuleStyle::put_fontFamily


HRESULT put_fontFamily( 
    BSTR v 
);

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

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

See also get_fontFamily


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