Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
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 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Directs the text engine to justify all but the last line.
public static const ALL_INCLUDING_LAST:String = "allIncludingLast"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Directs the text engine to justify all lines.
public static const UNJUSTIFIED:String = "unjustified"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Directs the text engine to generate unjustified lines.