| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
The TextRotation class is an enumeration of constant values used with the following properties:
ElementFormat.textRotation,
ContentElement.textRotation,
TextBlock.lineRotation, and
TextLine.getAtomTextRotation().
The final rotation of any glyph is the sum of TextBlock.glyphRotation, TextBlock.lineRotation,
ElementFormat.textRotation, and ContentElement.textRotation
public static const ROTATE_0:String = "rotate0"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
USpecifies no rotation.
public static const ROTATE_180:String = "rotate180"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Specifies a 180 degree rotation.
public static const ROTATE_270:String = "rotate270"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Specifies a 270 degree clockwise rotation.
public static const ROTATE_90:String = "rotate90"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Specifies a 90 degree clockwise rotation.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Tue May 20 2008, 04:02 AM -07:00