IHTMLFontElement::get_sizeIHTMLFontElement::get_size*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLFontElement::put_size
*Next Topic: IHTMLFontNamesCollection

IHTMLFontElement::get_size


HRESULT get_size(
    VARIANT *p
);

Retrieves the current font size for the text of the element.

p
Address of a variable that receives the font size. This property is an integer value in the range 1 through 7, with 7 representing the largest font.

See also put_size

Up Top of Page


IHTMLFontElement::put_size


HRESULT put_size(
    VARIANT v
);

Sets the font size for the text of the element.

v
Integer value specifying the font size. This property takes an integer value in the range 1 through 7, with 7 representing the largest font.

See also get_size


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