Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the value of the cascading style sheet (CSS) fontStyle property for the object.
Syntax
HRESULT get_fontStyle( BSTR *p );
Parameters
- p
- Address of a variable that receives the value of the property, which can be one of these strings:
normal italic oblique - See fontStyle for details. This parameter receives NULL if the property is not set.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
put_fontStyle
Sets the value of the cascading style sheet (CSS) fontStyle property for the object.
Syntax
HRESULT put_fontStyle( BSTR v );
Parameters
- v
- String specifying the font style, or NULL to remove the property. The font style can be one of these strings:
normal italic oblique - See fontStyle for details.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_fontStyle
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.