| Language Version:  | ActionScript 3.0 | 
| Runtime Versions:  | Flash Player 10, AIR 1.5 | 
The TypographicCase class is an enumeration of constant values for setting the 
typographicCase property 
of the ElementFormat class. 
public static const CAPS:String = "caps"| Language Version:  | ActionScript 3.0 | 
| Runtime Versions:  | Flash Player 10, AIR 1.5 | 
 
	Specifies that spacing is adjusted for uppercase characters on output.
	
	
public static const CAPS_AND_SMALL_CAPS:String = "capsAndSmallCaps"| Language Version:  | ActionScript 3.0 | 
| Runtime Versions:  | Flash Player 10, AIR 1.5 | 
 
	Specifies that all lowercase characters use small-caps glyphs on output.
	
	
public static const DEFAULT:String = "default"| Language Version:  | ActionScript 3.0 | 
| Runtime Versions:  | Flash Player 10, AIR 1.5 | 
 
	Specifies default typographic case. The results are font-dependent; characters use the settings specified by the font designer
	without any features applied.
	
	
public static const LOWERCASE:String = "lowercase"| Language Version:  | ActionScript 3.0 | 
| Runtime Versions:  | Flash Player 10, AIR 1.5 | 
 
	Specifies that all characters use lowercase glyphs on output.
	
	
public static const SMALL_CAPS:String = "smallCaps"| Language Version:  | ActionScript 3.0 | 
| Runtime Versions:  | Flash Player 10, AIR 1.5 | 
 
	Specifies that uppercase characters use small-caps glyphs on output.
	
	
public static const TITLE:String = "title"| Language Version:  | ActionScript 3.0 | 
| Runtime Versions:  | Flash Player 10, AIR 1.5 | 
 
	Specifies that uppercase characters use title glyphs on output.
	
	
public static const UPPERCASE:String = "uppercase"| Language Version:  | ActionScript 3.0 | 
| Runtime Versions:  | Flash Player 10, AIR 1.5 | 
 
	Specifies that all characters use uppercase glyphs on output.
	
	
 © 2009 Adobe Systems Incorporated. All rights reserved. 
Fri Aug 14 2009, 04:09 PM +05:30