ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
flash.text.engine 

TypographicCase  - AS3

Packageflash.text.engine
Classpublic final class TypographicCase
InheritanceTypographicCase Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10, AIR 1.5, Flash Lite 4

The TypographicCase class is an enumeration of constant values for setting the typographicCase property of the ElementFormat class.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  CAPS : String = "caps"
[static] Specifies that spacing is adjusted for uppercase characters on output.
TypographicCase
  CAPS_AND_SMALL_CAPS : String = "capsAndSmallCaps"
[static] Specifies that all lowercase characters use small-caps glyphs on output.
TypographicCase
  DEFAULT : String = "default"
[static] Specifies default typographic case.
TypographicCase
  LOWERCASE : String = "lowercase"
[static] Specifies that all characters use lowercase glyphs on output.
TypographicCase
  SMALL_CAPS : String = "smallCaps"
[static] Specifies that uppercase characters use small-caps glyphs on output.
TypographicCase
  TITLE : String = "title"
[static] Specifies that uppercase characters use title glyphs on output.
TypographicCase
  UPPERCASE : String = "uppercase"
[static] Specifies that all characters use uppercase glyphs on output.
TypographicCase
Constant Detail

CAPS

Constant
public static const CAPS:String = "caps"

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10, AIR 1.5, Flash Lite 4

Specifies that spacing is adjusted for uppercase characters on output.

CAPS_AND_SMALL_CAPS

Constant 
public static const CAPS_AND_SMALL_CAPS:String = "capsAndSmallCaps"

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10, AIR 1.5, Flash Lite 4

Specifies that all lowercase characters use small-caps glyphs on output.

DEFAULT

Constant 
public static const DEFAULT:String = "default"

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10, AIR 1.5, Flash Lite 4

Specifies default typographic case. The results are font-dependent; characters use the settings specified by the font designer without any features applied.

LOWERCASE

Constant 
public static const LOWERCASE:String = "lowercase"

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10, AIR 1.5, Flash Lite 4

Specifies that all characters use lowercase glyphs on output.

SMALL_CAPS

Constant 
public static const SMALL_CAPS:String = "smallCaps"

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10, AIR 1.5, Flash Lite 4

Specifies that uppercase characters use small-caps glyphs on output.

TITLE

Constant 
public static const TITLE:String = "title"

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10, AIR 1.5, Flash Lite 4

Specifies that uppercase characters use title glyphs on output.

UPPERCASE

Constant 
public static const UPPERCASE:String = "uppercase"

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10, AIR 1.5, Flash Lite 4

Specifies that all characters use uppercase glyphs on output.