![]()  | ||
  | ||
  | ||
IHTMLBaseFontElement::get_size
HRESULT get_size( long *p );Retrieves the font size used for the text of the element.
- Returns S_OK if successful, or an error value otherwise.
 
- 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
IHTMLBaseFontElement::put_size
HRESULT put_size( long v );Sets the font size for the text of the element.
- Returns S_OK if successful, or an error value otherwise.
 
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.