This topic has not yet been rated - Rate this topic

fontVariant property

Gets or sets whether the text of the object is in small capital letters.

Syntax

Integer value = object.put_fontVariant( v);Integer value = object.get_fontVariant(* 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 ToAll elements
Mediavisual
Inherited1
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

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IHTMLRuleStyle::font

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.