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.
- Returns S_OK if successful, or an error value otherwise.
- 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
IHTMLFontElement::put_size
HRESULT put_size( VARIANT v );Sets the font size for the text of the element.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.