Package | flash.text.engine |
Class | public final class LineJustification |
Inheritance | LineJustification Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 |
lineJustfication
property
of the TextJustifier subclasses.
See also
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
ALL_BUT_LAST : String = "allButLast" [static]
Justify all but the last line. | LineJustification | ||
ALL_INCLUDING_LAST : String = "allIncludingLast" [static]
Justify all lines. | LineJustification | ||
UNJUSTIFIED : String = "unjustified" [static]
Do not justify lines. | LineJustification |
Constant Detail
ALL_BUT_LAST | Constant |
public static const ALL_BUT_LAST:String = "allButLast"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Justify all but the last line.
ALL_INCLUDING_LAST | Constant |
public static const ALL_INCLUDING_LAST:String = "allIncludingLast"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Justify all lines.
UNJUSTIFIED | Constant |
public static const UNJUSTIFIED:String = "unjustified"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Do not justify lines.
Thu May 20 2010, 02:19 AM -07:00