| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
The LineJustification class is an enumeration of constant values used in setting the
lineJustfication property
of the TextJustifier subclasses.
public static const ALL_BUT_LAST:String = "allButLast"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Directs the text engine to justify all but the last line.
public static const ALL_INCLUDING_LAST:String = "allIncludingLast"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Directs the text engine to justify all lines.
public static const UNJUSTIFIED:String = "unjustified"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Directs the text engine to generate unjustified lines.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Tue May 20 2008, 04:02 AM -07:00