textTransform property
Specifies the rendering of the text in the object.
![]() ![]() |
Syntax
Integer value = object.put_textTransform( v);Integer value = object.get_textTransform(* sTransform);
Property values
Type: BSTR
one of the values listed in Possible Values.-
Default. Text is not transformed.
-
Transforms the first character of each word to uppercase.
-
Transforms all the characters to uppercase.
-
Transforms all the characters to lowercase.
String format
capitalize | uppercase | lowercase | none
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | 1 |
| Initial Value |
Standards information
- CSS 2.1, Section 5.4.5
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows Server 2003 |
|
Header |
|
|
IDL |
|
|
DLL |
|
Show:

