fontVariant property
[This documentation is preliminary and is subject to change.]
Sets or retrieves whether the text of the object is in small capital letters.
Syntax
Integer value = object.put_fontVariant(BSTR v);Integer value = object.get_fontVariant(BSTR* sVariant);
Property values
Type: BSTR
normal (normal)
Default. Font is normal.
small-caps (small-caps)
Font is in small capital letters.
String format
normal | small-caps
CSS information
| Applies To | All elements |
| Media | visual |
| Inherited | 1 |
| Initial Value |
Remarks
Microsoft Internet Explorer 4.0 renders small-caps as uppercase letters in a smaller size.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows Server 2003 |
Header |
|
DLL |
Mshtml.dll |
See also
Build date: 1/23/2012