IHTMLBaseFontElement::get_sizeIHTMLBaseFontElement::get_size*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLBaseFontElement::get_face
*Next Topic: IHTMLBaseFontElement::put_color

IHTMLBaseFontElement::get_size


HRESULT get_size(
    long *p
);

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

p
Address of a long integer variable that receives the size. It can be an integer value in the range 1 through 7, with 7 representing the largest font.

See also put_size

Up Top of Page


IHTMLBaseFontElement::put_size


HRESULT put_size(
    long v
);

Sets the font size for the text of the element.

v
Long 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.