textTransform property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the rendering of the text in the object.

CSS 2.1, Section 5.4.5

Syntax

Integer value = object.put_textTransform(BSTR v);Integer value = object.get_textTransform(BSTR* sTransform);

Property values

Type: BSTR

one of the values listed in Possible Values.

none (none)

Default. Text is not transformed.

capitalize (capitalize)

Transforms the first character of each word to uppercase.

uppercase (uppercase)

Transforms all the characters to uppercase.

lowercase (lowercase)

Transforms all the characters to lowercase.

String format

capitalize | uppercase | lowercase | none

CSS information

Applies ToAll elements
Mediavisual
Inherited1
Initial Value

Standards information

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

DLL

Mshtml.dll

 

 

Build date: 1/23/2012

Community Additions

Show: